-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 922 Bytes
/
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
{
"name": "dualapi",
"version": "1.3.1",
"description": "Framework for distributed javascript applications",
"private": false,
"main": "index.js",
"scripts": {
"test": "mocha",
"ci-test": "istanbul cover _mocha -- -R tap \"./test/*.js\" > test.tap && istanbul report clover"
},
"repository": {
"type": "git",
"url": "https://github.com/plediii/dualapi.git"
},
"keywords": [
"dual",
"rest",
"api",
"websocket",
"websockets",
"socket.io",
"client",
"server"
],
"author": "Paul J. Ledbetter III",
"license": "MIT",
"bugs": {
"url": "https://github.com/plediii/dualapi/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"istanbul": "^0.3.14",
"jshint-stylish": "^1.0.0",
"lodash": "^3.9.3",
"mocha": "^1.21.4",
"tape": "^4.0.0"
},
"dependencies": {
"dual-protocol": "^0.4.5"
}
}