forked from zolkis/iot-js-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (36 loc) · 867 Bytes
/
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": "iot-js-api",
"description": "OCF JS API specifications and test suites",
"main": "scripts/index.js",
"version": "1.0.0",
"versions": {
"ocf": "oic1.1.0-0",
"ble": "1.0",
"board": "1.0",
"sensor": "1.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/01org/iot-js-api.git"
},
"bugs": {
"url": "https://github.com/01org/iot-js-api/issues"
},
"devDependencies": {
"eslint-config-jquery": "0.1.2",
"grunt": "^0.4.5",
"grunt-eslint": "18.1.0",
"load-grunt-config": "^0.17.2",
"load-grunt-tasks": "^3.2.0"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"glob": "^7.0.3",
"lodash": "^4.12.0",
"qunitjs": "^2.0.0-rc1",
"tmp": "0.0.28",
"uuid": "^2.0.2"
},
"homepage": "https://github.com/01org/iot-js-api#readme"
}