forked from strongloop/strong-control-channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 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
{
"name": "strong-control-channel",
"version": "2.2.3",
"description": "run-time control channel for node applications",
"license": "Artistic-2.0",
"keywords": [],
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore . && jscs .",
"test": "tap --bail test/test-*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-control-channel.git"
},
"author": {
"name": "Sam Roberts",
"email": "sam@strongloop.com"
},
"publishConfig": {
"export-tests": true
},
"dependencies": {
"async": "^0.9.0",
"debug": "^2.0.0",
"newline-json": "^0.1.1",
"ws": "^1.1.0"
},
"devDependencies": {
"eslint": "^1.0.0",
"eslint-config-strongloop": "^1.0.0",
"express": "^4.12.4",
"jscs": "^1.13.1",
"tap": "^5.7.0"
},
"engines": {
"node": "*"
}
}