-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 Bytes
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
{
"name": "tanita-scale",
"version": "1.0.0",
"main": "lib/tanita-scale.js",
"description": "Provides a usb interface for the Tanita SC-240 scale.",
"homepage": "https://github.com/whatknight/sc240scale",
"bugs": "https://github.com/whatknight/sc240scale/issues",
"author": {
"name": "Matt Thompson",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/whatknight/sc240scale"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"serialport": "1.2.5"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0",
"jshint-stylish": "~0.1.3"
}
}