forked from sesh-kebab/raspi-sonar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "raspi-hc-sr04",
"version": "1.1.5",
"description": "Native Node.js extension to interact with an Ultrasonic Sensor (HC-SR04)",
"keywords": [
"raspberrypi",
"ultrasonic",
"nodebots",
"robots"
],
"main": "lib/index.js",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-sourcemaps": "^1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node-gyp rebuild",
"install-osx": "npm install --ignore-scripts"
},
"repository": {
"type": "git",
"url": "https://github.com/smysnk/raspi-hc-sr04.git"
},
"author": "Joshua Bellamy <[email protected]>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/smysnk/raspi-hc-sr04/issues"
},
"homepage": "https://github.com/smysnk/raspi-hc-sr04"
}