forked from tiny-jsonrpc/tiny-jsonrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 855 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 855 Bytes
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
{
"name": "tiny-jsonrpc",
"version": "2.0.1",
"author": "Lon Ingram <lawnsea@gmail.com>",
"description": "JavaScript JSON-RPC 2.0 client and server with no runtime dependencies",
"repository": "tiny-jsonrpc/tiny-jsonrpc",
"main": "./lib/tiny-jsonrpc.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run"
},
"devDependencies": {
"expose-loader": "^0.7.1",
"grunt": "^0.4.5",
"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.12",
"webpack-dev-server": "^1.14.1"
},
"license": "MIT"
}