-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 963 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": "nodejs-qmc5883l",
"version": "2.0.0",
"description": "A NodeJS driver for the QMC5883L magnetometer",
"main": "index.js",
"scripts": {
"test": "node test.js",
"calibrate": "node calibrate.js",
"configure": "node-gyp configure",
"build": "node-gyp build",
"rebuild": "node-gyp rebuild",
"postinstall": "npm run rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artus9033/nodejs-qmc5883l.git"
},
"keywords": [
"node",
"nodejs",
"da5883",
"QMC5883L",
"magnetometer",
"rpi",
"raspberry"
],
"author": "artus9033",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/artus9033/nodejs-qmc5883l/issues"
},
"homepage": "https://github.com/artus9033/nodejs-qmc5883l#readme",
"devDependencies": {
"node-addon-api": "^3.1.0",
"node-gyp": "^8.0.0"
},
"dependencies": {
"bindings": "^1.5.0",
"bluebird": "^3.7.2"
}
}