forked from elin-moco/ble-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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": "ble-serialport",
"version": "0.1.8",
"description": "Virtual serial device over BLE",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:elin-moco/ble-serialport.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Eddie Lin"
},
"license": "MPL 2.0",
"dependencies": {
"blue-yeast": "0.1.8"
},
"homepage": "https://github.com/elin-moco/ble-serialport",
"devDependencies": {
"del": "^1.2.0",
"firmata": "^0.5.5",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-compressor": "^0.1.0",
"gulp-jscs": "^1.6.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-jsonlint": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sloc": "^1.0.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"johnny-five": "^0.8.85",
"jscs-jsdoc": "^1.1.0"
}
}