forked from Open-IoT-Service-Platform/oisp-websocket-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
{
"name": "iotkit-websocket-server",
"version": "0.13.0",
"date": "2015-10-09T16:41:13.796Z",
"description": "Websocket server for iotkit agents",
"main": "server.js",
"dependencies": {
"request": "^2.34.0",
"async": "^0.9.0",
"log4js": "^0.6.14",
"hooker": "^0.2.3",
"jsonwebtoken": "^1.3.0",
"fs": "^0.0.2",
"websocket": "^1.0.18",
"winston": "^0.9.0",
"sequelize": "3.31.0",
"pg-hstore": "2.3.2",
"pg": "6.4.2",
"cfenv": "^1.0.0",
"kafka-node": "^2.4.0"
},
"author": "Intel, CPG",
"devDependencies": {
"grunt": "^0.4.4",
"mocha": "^1.18.2",
"istanbul": "^0.2.7",
"rewire": "^2.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"mocha-teamcity-reporter": "0.0.2",
"jshint-teamcity": "^1.0.4",
"asserts": "^4.0.0",
"chai": "^1.9.1",
"grunt-contrib-compress": "^0.8.0",
"grunt-mocha-istanbul": "^1.4.0",
"grunt-istanbul": "^0.2.5",
"sinon": "^1.10.2",
"grunt-bumpup": "^0.5.2",
"grunt-shell": "^0.7.0"
}
}