-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 831 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
{
"name": "bbc-microbit-io",
"version": "0.1.0",
"description": "Johnny-Five IO Plugin for the BBC micro:bit",
"main": "index.js",
"scripts": {
"test": "jshint lib/. examples/. *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/node-bbc-microbit-io.git"
},
"keywords": [
"bbc",
"microbit",
"micro:bit",
"johnny-five",
"IO"
],
"author": "Sandeep Misty <sandeep.mistry@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandeepmistry/node-bbc-microbit-io/issues"
},
"homepage": "https://github.com/sandeepmistry/node-bbc-microbit-io",
"dependencies": {
"bbc-microbit": "^0.1.0",
"board-io": "^3.0.5",
"debug": "^2.2.0"
},
"devDependencies": {
"johnny-five": "^0.9.59",
"jshint": "^2.9.2"
}
}