node-firefox-launch-app
Version:
Launch an app on a Firefox runtime
41 lines (40 loc) • 991 B
JSON
{
"name": "node-firefox-launch-app",
"version": "1.1.0",
"description": "Launch an app on a Firefox runtime",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"test": "gulp test"
},
"keywords": [
"firefox",
"developer tools",
"b2g",
"firefox os",
"fxos",
"webapps"
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/node-firefox-launch-app.git"
},
"author": "Mozilla (https://mozilla.org/)",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/mozilla/node-firefox-launch-app/issues"
},
"homepage": "https://github.com/mozilla/node-firefox-launch-app/",
"dependencies": {
"es6-promise": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.8.10",
"node-firefox-build-tools": "^0.2.0",
"node-firefox-connect": "^1.0.0",
"node-firefox-find-app": "^1.0.0",
"node-firefox-install-app": "^1.0.0",
"node-firefox-start-simulator": "^1.1.0",
"nodemock": "^0.3.4"
}
}