-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 KB
/
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": "superpixelkit",
"version": "1.0.0",
"description": "Super Kano Pixel Kit",
"main": "index.js",
"scripts": {
"list-devices": "node index.js list-devices",
"device-wifi": "node index.js device-wifi /dev/ttyUSB0 HomeSweetHome WIFI_PASSWORD",
"device-info": "node index.js device-info 192.168.1.90",
"device-name": "node index.js device-name 192.168.1.90 Pixy",
"device-app": "node index.js device-app 192.168.1.90 Blink",
"bundle-web": "browserify -i serialport -i readline index.web.js -o public/index.js",
"bundle-web-ugly": "browserify -i serialport -i readline -g uglifyify index.web.js -o public/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RuiVarela/superpixelkit.git"
},
"keywords": [
"Kano",
"pixelkit"
],
"author": "Rui varela",
"license": "MIT",
"bugs": {
"url": "https://github.com/RuiVarela/superpixelkit/issues"
},
"homepage": "https://github.com/RuiVarela/superpixelkit/blob/master/README.md",
"dependencies": {
"isomorphic-ws": "^4.0.1",
"serialport": "^6.2.2",
"uglifyify": "^5.0.1",
"ws": "^6.0.0"
}
}