-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 889 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
42
43
{
"name": "@stheine/pigpiod",
"version": "2.0.3",
"description": "node.js interface for pigpiod",
"main": "lib/pigpiod.js",
"contributors": [
"Stefan Heine <[email protected]>"
],
"readmeFilename": "README.md",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"There are no tests yet.\" && exit 1",
"install": "node-gyp rebuild"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bindings": "1.2.1",
"moment": "2.14.1",
"nan": "2.4.0"
},
"keywords": [
"gpio",
"interrupt",
"pi",
"raspberry",
"spi"
],
"author": "stheine",
"license": "MIT",
"gypfile": true,
"devDependencies": {
"eslint": "3.2.2",
"eslint-config-es": "0.8.0",
"eslint-plugin-extended": "0.2.0",
"eslint-plugin-mocha": "4.3.0",
"eslint-plugin-react": "5.2.2"
}
}