forked from julianduque/beaglebone-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 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
{
"name": "beaglebone-io",
"version": "1.1.1",
"description": "BeagleBone Black IO Plugin for Johnny-Five",
"main": "lib/beaglebone",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/julianduque/beaglebone-io"
},
"keywords": [
"firmata",
"beaglebone",
"johnny-five"
],
"author": "Julian Duque <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianduque/beaglebone-io/issues"
},
"homepage": "https://github.com/julianduque/beaglebone-io",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsbeautifier": "^0.2.7",
"nodeunit": "^0.9.0",
"rewire": "^2.1.0",
"sinon": "^1.10.3"
},
"dependencies": {
"i2c-bus": "^0.8.0",
"octalbonescript": "^0.4.12"
}
}