forked from solettaproject/soletta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 999 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
{
"name": "soletta",
"version": "0.0.1",
"description": "Node.js bindings for Soletta",
"main": "index.js",
"scripts": {
"preinstall": "echo '{}' > bindings/nodejs/generated/nodejs-bindings-sources.gyp",
"//": "Should not be needed once https://github.com/npm/npm/issues/12133 is fixed",
"install": "node-gyp rebuild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solettaproject/soletta.git"
},
"keywords": [
"soletta",
"IoT",
"bindings"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/solettaproject/soletta/issues"
},
"homepage": "https://github.com/solettaproject/soletta#readme",
"dependencies": {
"bindings": "^1.2.1",
"lodash": "^4.3.0",
"nan": "^2.1.0"
},
"devDependencies": {
"async": "^1.5.2",
"glob": "^6.0.4",
"qunitjs": "^1.21.0",
"uuid": "^2.0.1",
"yargs": "^4.2.0"
}
}