UNPKG

mbed-simulator

Version:
42 lines (41 loc) 1 kB
{ "name": "mbed-simulator", "version": "1.9.7", "description": "Mbed OS 5 simulator", "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "mbed-simulator": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/janjongboom/mbed-simulator.git" }, "keywords": [ "mbed", "simulator" ], "author": "Jan Jongboom <jan.jongboom@arm.com>", "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": "^2.15.1", "compression": "^1.7.3", "es6-promisify": "^6.0.0", "express": "^4.16.2", "getmac": "^1.4.1", "hbs": "^4.0.1", "opn": "^5.3.0", "puppeteer": "^1.11.0", "socket.io": "^2.1.0", "timesync": "^1.0.2", "xterm": "^3.3.0" } }