node-firefox-install-app
Version:
Install an app to a Firefox runtime
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "node-firefox-install-app",
"version": "1.1.0",
"description": "Install an app to 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-install-app.git"
},
"author": "Mozilla (https://mozilla.org/)",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/mozilla/node-firefox-install-app/issues"
},
"homepage": "https://github.com/mozilla/node-firefox-install-app/",
"dependencies": {
"es6-promise": "^2.0.1",
"node-uuid": "^1.4.2",
"temporary": "0.0.8",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.8.10",
"mocha": "^1.21.4",
"mockery": "^1.4.0",
"node-firefox-build-tools": "^0.2.0",
"node-firefox-connect": "^1.0.0",
"node-firefox-start-simulator": "^1.1.0",
"nodemock": "^0.3.4",
"should": "^4.0.4"
}
}