-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "iotivity-node",
"version": "1.1.1-3",
"description": "IoTivity bindings",
"repository": "https://github.com/otcshare/iotivity-node/",
"license": "Apache-2.0",
"main": "index.js",
"keywords": [
"oic",
"iotivity",
"iot"
],
"scripts": {
"ci": "TESTING=true npm install && grunt testsuite ocf-suite testdist --ci",
"ci-basic": "TESTING=true npm install && grunt testsuite testdist --suites='Load Library.js' --ci",
"ci-lint": "./dist.sh -r && grunt lint",
"test": "grunt test"
},
"gypfile": true,
"dependencies": {
"bindings": "~1.2.1",
"lodash": "^3.10.1",
"nan": "^2.1.0",
"sha.js": "^2.4.4"
},
"devDependencies": {
"async": "^0.9.0",
"commitplease": "2.5.0",
"esformatter-jquery-chain": "^1.1.0",
"eslint-config-jquery": "0.1.2",
"glob": "^5.0.14",
"grunt": "^0.4.5",
"grunt-esformatter": "^1.0.1",
"grunt-eslint": "18.1.0",
"iot-js-api-test-suite": "https://github.com/01org/iot-js-api-test-suite.git",
"load-grunt-config": "^0.17.2",
"load-grunt-tasks": "^3.2.0",
"qunitjs": "^1.18.0",
"shelljs": "^0.5.3",
"uuid": "^2.0.1"
}
}