forked from janjongboom/mbed-simulator
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "mbed-simulator",
"version": "1.9.7",
"description": "Mbed OS 5 simulator",
"preferGlobal": true,
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js --ignore 'out/*'",
"test": "echo \"Error: no test specified\" && exit 1",
"build-demos": "node build-demos.js"
},
"bin": {
"mbed-simulator": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janjongboom/mbed-simulator.git"
},
"keywords": [
"mbed",
"simulator"
],
"author": "Jan Jongboom <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/janjongboom/mbed-simulator/issues"
},
"homepage": "https://github.com/janjongboom/mbed-simulator#readme",
"dependencies": {
"body-parser": "^1.18.2",
"command-exists": "^1.2.2",
"commander": "^4.1.0",
"compression": "^1.7.3",
"es6-promisify": "^6.0.0",
"express": "^4.16.2",
"getmac": "^1.4.1",
"hbs": "^4.0.1",
"nodemon": "^2.0.2",
"opn": "^6.0.0",
"puppeteer": "^2.0.0",
"socket.io": "^2.1.0",
"timesync": "^1.0.2"
}
}