forked from enableiot/iotkit-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
42
43
44
45
46
47
48
49
{
"name": "iotkit-agent",
"version": "1.4.1",
"description": "Edge agent to abstract complexities",
"main": "server.js",
"dependencies": {
"mqtt": "^0.3.8",
"getmac": "^1.0.6",
"winston": "^0.7.3",
"express": "^3.5.2",
"json-schema": "^0.2.2",
"node-uuid": "^1.4.1",
"forever": "^0.11.1"
},
"scripts": {
"start": "node agent",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/enableiot/iotkit-agent.git"
},
"keywords": [
"iotkit",
"agent"
],
"author": "Intel, CPG",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/enableiot/iotkit-agent/issues"
},
"homepage": "https://github.com/enableiot/iotkit-agent",
"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",
"grunt-license-finder": "^0.1.3"
}
}