forked from sbrinkmann/rc522-rfid
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 948 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
{
"author": {
"name": "Sascha Brinkmann",
"email": "[email protected]"
},
"name": "rc522-rfid",
"description": "node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi",
"keywords": [
"rfid",
"rc522"
],
"version": "14.1.10",
"repository": {
"type": "git",
"url": "https://github.com/sbrinkmann/rc522-rfid.git"
},
"scripts": {
"install": "(node-gyp rebuild) || (exit 0)",
"preinstall": "(node-gyp configure) || (exit 0)",
"clean": "((node-gyp clean) && (rm -rf node_modules)) || (exit 0)",
"build-debug": "(node-gyp configure --debug && node-gyp rebuild --debug) || (exit 0)"
},
"main": "./main",
"engines": {
"node": ">=0.8.0 <0.13.0"
},
"dependencies": {
},
"optionalDependencies": {
},
"gitHead": "",
"bugs": {
"url": "https://github.com/sbrinkmann/rc522-rfid/issues"
},
"homepage": "",
"directories": {}
}