forked from Open-IoT-Service-Platform/oisp-iot-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
50
51
52
53
54
55
56
57
{
"name": "@open-iot-service-platform/oisp-iot-agent",
"version": "2.0.0alpha1",
"description": "OISP IoT agent for devices",
"main": "server.js",
"dependencies": {
"cli-table": "^0.3.0",
"commander": "^2.11.0",
"es6-shim": "0.34.1",
"express": "^3.5.2",
"getmac": "^1.0.6",
"json-schema": "^0.2.2",
"json-socket": "^0.1.2",
"mqtt": "^0.3.8",
"uuid": "^3.0.0",
"@open-iot-service-platform/oisp-sdk-js": "^1.0.0alpha1"
},
"bin": {
"oisp-admin": "./oisp-admin.js",
"oisp-agent": "./oisp-agent.js"
},
"scripts": {
"start": "node agent",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/Open-IoT-Service-Platform/oisp-iot-agent.git"
},
"keywords": [
"oisp",
"agent"
],
"author": "Intel, CPG",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Open-IoT-Service-Platform/oisp-iot-agent/issues"
},
"homepage": "https://github.com/Open-IoT-Service-Platform/oisp-iot-agent",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^0.8.0",
"grunt-license-finder": "^0.1.3",
"grunt-mocha-istanbul": "^1.4.0",
"gruntify-eslint": "^4.0.0",
"jshint-teamcity": "^1.0.4",
"mocha": "^1.18.2",
"rewire": "^2.0.0",
"sinon": "^4.5.0",
"sinon-test": "^2.1.3"
},
"directories": {
"test": "test"
}
}