-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 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
{
"name": "sensor_tmp006",
"version": "0.2.0",
"description": "A node.js-module for the TMP006 temperature sensor",
"main": "tmp006.js",
"dependencies": {
"i2c": "~0.1.4",
"underscore": "~1.5.2",
"async": "~0.2.9",
"proxyquire": "~0.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Schneider",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-jsbeautifier": "~0.2.6",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-todo": "~0.1.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"i2c",
"sensor",
"temperature",
"tmp006"
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/imwebgefunden/tmp006_node.git"
},
"bugs": {
"url": "https://github.com/imwebgefunden/tmp006_node/issues"
},
"homepage": "https://github.com/imwebgefunden/tmp006_node"
}