forked from ChaosGroup/json-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "json-ws",
"version": "1.1.12",
"author": "ChaosGroup (c) 2013-2015",
"description": "JSON-RPC based Web Services with automatic help and client side source creation for Java/JavaScript/.Net/Python/Node.js",
"keywords": [
"json",
"json-ws",
"json-rpc",
"web service"
],
"homepage": "https://github.com/ChaosGroup/json-ws",
"repository": "https://github.com/ChaosGroup/json-ws",
"bugs": "https://github.com/ChaosGroup/json-ws/issues",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.34",
"co": "^4.5.2",
"cookie": "^0.1.2",
"ejs": "^1.0.0",
"express": "^3.4.0",
"lodash": "^3.9.3",
"mkdirp": "*",
"request": "*",
"uglify-js": "*",
"ws": "0.8.0"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"jsdoc": "^3.3.3",
"mocha": "^2.3.3"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"jsdoc": "jsdoc . -c conf.json",
"cover": "gulp cover"
}
}