-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 867 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
{
"name": "nodeusbscale",
"version": "1.0.0",
"dependencies": {
"bindings" : "~1.2.1",
"nan" : "^2.0.0"
},
"description": "Node.js+Linux bindings for several USB scales (Pitney Bowes, Dymo, etc.)",
"author": {
"name": "Daniel O'Neill",
"email": "doneill@akielectronics.com",
"url": "http://akielectronics.com"
},
"keywords": [
"weigh",
"pitney bowes",
"scale",
"usb",
"hiddev"
],
"repository": {
"type": "git",
"url": "git://github.com/danieloneill/nodeusbscale.git"
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 1)"
},
"engines": {
"node": ">=0.11.13"
},
"gypfile": true,
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/danieloneill/nodeusbscale/issues"
},
"homepage": "https://github.com/danieloneill/nodeusbscale"
}