forked from tiny-jsonrpc/tiny-jsonrpc-postmessage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tiny-jsonrpc-postmessage",
"version": "3.0.1",
"description": "JSON-RPC 2.0 client and server that communicate via postMessage",
"main": "lib/tiny-jsonrpc-postmessage.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/tiny-jsonrpc/tiny-jsonrpc-postmessage.git"
},
"bugs": {
"url": "https://github.com/tiny-jsonrpc/tiny-jsonrpc-postmessage/issues"
},
"keywords": [
"jsonrpc",
"json",
"rpc",
"postmessage",
"worker",
"webworker"
],
"author": "Lon Ingram <[email protected]>",
"license": "MIT",
"dependencies": {
"bv-ui-core": "^0.8.0",
"tiny-jsonrpc": "^2.0.0"
},
"devDependencies": {
"expose-loader": "^0.7.1",
"grunt": "~0.4.1",
"grunt-webpack": "^1.0.11",
"gruntify-eslint": "^1.3.0",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-tap": "^1.0.3",
"karma-webpack": "^1.7.0",
"sinon": "^1.17.3",
"tape": "^4.4.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}