forked from DexterInd/GoPiGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 794 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
{
"name": "node-gopigo",
"version": "2.0.4",
"description": "GoPiGo library for Node.js",
"keywords": ["gopigo", "robot", "gpio", "i2c"],
"dependencies": {
"async": "0.9.0",
"buffertools": "2.1.*",
"i2c-bus": "0.11.*",
"npmlog": "1.2.*",
"sleep": "3.0.*"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/marcellobarile/GoPiGo.git"
},
"author": "Marcello Barile <marcello.barile@gmail.com> (http://www.barile.eu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcellobarile/GoPiGo/issues"
},
"homepage": "https://github.com/marcellobarile/GoPiGo"
}