-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "yldworkshop",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "eslint *.js",
"firmTest": "node calibration/testBoard",
"fun": "node examples/catbot",
"cal": "node calibration/calibrate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"catbot": "^1.0.3",
"chalk": "^1.1.3",
"debug": "^2.6.0",
"firmata": "^2.0.0",
"fs-extra": "^1.0.0",
"inquirer": "^2.0.0",
"johnny-five": "^1.1.0",
"rc": "^1.1.6",
"serialport": "^7.1.5",
"socket.io": "^2.0.3"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catbotFactory/yldWorkshop.git"
},
"bugs": {
"url": "https://github.com/catbotFactory/yldWorkshop/issues"
},
"homepage": "https://github.com/catbotFactory/yldWorkshop#readme",
"description": ""
}