-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "mock-shepherd",
"version": "1.0.0",
"description": "Shepherd, but not.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"all": "concurrently --prefix \"name\" --names \"Robot 1,Robot 2,Robot 3,Robot 4\" --prefix-colors \"red,green,blue,yellow\" \"node index.js 6081\" \"node index.js 6082\" \"node index.js 6083\" \"node index.js 6084\""
},
"bin": {
"shepherd": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/systemetric/mock-shepherd.git"
},
"author": "MrBBot",
"private": true,
"bugs": {
"url": "https://github.com/systemetric/mock-shepherd/issues"
},
"homepage": "https://github.com/systemetric/mock-shepherd#readme",
"dependencies": {
"canvas": "^2.0.0-alpha.14",
"cors": "^2.8.5",
"express": "^4.17.1",
"i": "^0.3.7",
"multer": "^1.3.1",
"rimraf": "^2.6.2",
"yauzl": "^2.10.0"
},
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.18.4"
}
}