-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.07 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
36
37
38
39
40
41
42
43
44
45
{
"name": "p5.j5",
"version": "1.2.0",
"description": "johnny-five library for p5.js",
"main": "dist/p5.j5.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && BUILD_MODE=production webpack",
"demos": "serve ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monteslu/p5.j5.git"
},
"keywords": [
"johnny-five",
"robotics",
"arduino",
"web",
"usb",
"serial",
"bluetooth"
],
"author": "Luis Montes, Elgin Skye",
"license": "ISC",
"bugs": {
"url": "https://github.com/monteslu/p5.j5/issues"
},
"homepage": "https://github.com/monteslu/p5.j5#readme",
"dependencies": {
"avrgirl-arduino": "^4.3.0",
"browser-process-hrtime": "^1.0.0",
"firmata-io": "^2.2.0",
"johnny-five": "^2.0.0",
"node-led": "^0.3.1",
"node-pixel": "^0.10.2",
"oled-font-5x7": "^1.0.3",
"oled-js": "^5.1.2",
"serve": "^11.3.2",
"tharp": "^3.0.0",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webusb-serial": "^2.0.1"
}
}