-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (39 loc) · 876 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
{
"name": "raspi2c",
"homepage": "https://github.com/sysrun/node-raspi2c",
"version": "0.0.5-alpha",
"main": "main.js",
"description": "Native i2c for Raspberry Pi",
"keywords": [
"raspberry pi",
"i2c",
"raspberry",
"DS1340"
],
"author": {
"name": "Frederik Granna",
"email": "[email protected]",
"url": "http://www.sysrun.de"
},
"bugs": {
"url": "https://github.com/sysrun/node-raspi2c/issues"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "[email protected]:sysrun/node-raspi2c.git"
},
"dependencies": {
"i2c": "https://github.com/sysrun/node-i2c/tarball/master",
"bindings": "~1.0.0",
"async": "0.2.6",
"step": "0.0.5",
"underscore": "1.4.4",
"cli-color": "0.2.2"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"readmeFilename": "README.md"
}