-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 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
{
"name": "captaincabinet-client",
"version": "3.0.2",
"description": "CaptainCabinetClient",
"main": "./lib/",
"scripts": {
"jscs": "./node_modules/.bin/yodlr-standard --verbose",
"test": "TEST=true mocha --reporter=spec && npm run jscs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yodlr/captaincabinet-client.git"
},
"author": "Ross Kukulinski <[email protected]>",
"bugs": {
"url": "https://github.com/yodlr/captaincabinet-client/issues"
},
"homepage": "https://github.com/yodlr/captaincabinet-client#readme",
"dependencies": {
"debug": "^2.1.3",
"eventemitter2": "~0.4.13",
"socket.io-client": "~1.3.5",
"socket.io-stream": "^0.5.3"
},
"devDependencies": {
"mkdirp": "^0.5.0",
"mocha": "^2.2.4",
"should": "^6.0.1",
"socket.io": "^1.3.5",
"yodlr-standard": "^10.1.1"
},
"standard": {
"ignore": [
"test/**"
]
}
}