forked from ocsacesar/rc522
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 911 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": "Ovídio César",
"email": "[email protected]"
},
"name": "rc522",
"description": "node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi",
"keywords": [
"rfid",
"rc522"
],
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/ocsacesar/rc522.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.12.9"
},
"dependencies": {
},
"optionalDependencies": {
},
"gitHead": "",
"bugs": {
"url": "https://github.com/ocsacesar/rc522/issues"
},
"homepage": "",
"directories": {}
}