-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
41 lines (41 loc) · 962 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
{
"name": "beaglebone-io",
"version": "4.1.0",
"description": "BeagleBone Black IO Plugin for Johnny-Five",
"main": "lib/beaglebone",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/julianduque/beaglebone-io"
},
"engines": {
"node": ">=8.0.0"
},
"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": "^1.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"nodeunit": "^0.11.3",
"rewire": "^5.0.0",
"sinon": "^9.0.2"
},
"dependencies": {
"linux-io": "^1.1.0",
"glob": "^7.1.6"
}
}