-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 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
{
"name": "bitalino",
"version": "1.3.0",
"description": "Node API for BITalino",
"main": "index.js",
"scripts": {
"test": "mocha test --timeout 6000",
"install": "node-gyp configure build",
"install-debug": "node-gyp configure build --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joao-luna-98/bitalino-js.git"
},
"author": "Joao Luna",
"keywords": [
"BITalino",
"IoT"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/joao-luna-98/bitalino-js/issues"
},
"homepage": "https://github.com/joao-luna-98/bitalino-js#readme",
"devDependencies": {
"bindings": "1.2.x",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nan": "latest"
},
"dependencies": {
"node-gyp": "^4.0.0",
"sinon": "^7.5.0"
},
"optionalDependencies": {
"windows-build-tools": "^5.1.0"
}
}