forked from intel/iotivity-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
58
59
60
61
62
63
64
65
{
"name": "iotivity-node",
"version": "1.3.0-1",
"description": "IoTivity bindings",
"repository": "https://github.com/otcshare/iotivity-node/",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
"node": ">0.10"
},
"keywords": [
"oic",
"iotivity",
"iot"
],
"scripts": {
"test": "grunt test",
"postinstall": "node build-scripts/postinstall.js"
},
"gypfile": true,
"dependencies": {
"bindings": "~1.2.1",
"lodash.bind": "^4.0.0",
"lodash.bindkey": "^4.0.0",
"lodash.foreach": "^4.0.0",
"lodash.assignin": "^4.0.0",
"lodash.find": "^4.0.0",
"lodash.findindex": "^4.0.0",
"lodash.findkey": "^4.0.0",
"lodash.flattendeep": "^4.0.0",
"lodash.isequal": "^4.0.0",
"lodash.isnil": "^4.0.0",
"lodash.map": "^4.0.0",
"lodash.mergewith": "^4.0.0",
"lodash.omitby": "^4.0.0",
"lodash.pick": "^4.0.0",
"lodash.remove": "^4.0.0",
"lodash.uniq": "^4.0.0",
"lodash.without": "^4.0.0",
"nan": "^2.1.0",
"osenv": "^0.1.3",
"sha.js": "^2.4.4",
"shelljs": "^0.5.3"
},
"devDependencies": {
"async": "^0.9.0",
"commitplease": "2.5.0",
"esformatter-jquery-chain": "^1.1.0",
"eslint-config-jquery": "0.1.2",
"glob": "^7.1.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-esformatter": "^1.0.1",
"grunt-eslint": "18.1.0",
"grunt-istanbul": "^0.7.1",
"iot-js-api": "git+https://github.com/01org/iot-js-api.git#da957fd6539a28a967f99260f22bbe87f3c25f66",
"istanbul": "^0.4.5",
"load-grunt-config": "^0.17.2",
"load-grunt-tasks": "^3.2.0",
"lodash.zipobject": "^4.0.0",
"qunitjs": "^1.18.0",
"uuid": "^2.0.1"
}
}