mozilla-profile-builder
Version:
Create profiles for firefox/b2g desktop
36 lines (35 loc) • 721 B
JSON
{
"name": "mozilla-profile-builder",
"version": "0.4.0",
"author": "James Lal [:lightsofapollo]",
"description": "Create profiles for firefox/b2g desktop",
"main": "index.js",
"keywords": [
"firefox os",
"gecko",
"b2g-desktop",
"firefox"
],
"dependencies" : {
"tmp": "~0.0.21",
"remove": "~0.1",
"packaged-webapp": "~0.1.1",
"traverse-directory": "~0.1.0",
"fs-extra": "~0.8.1"
},
"devDependencies": {
"mocha": "~1.7",
"sinon": "~1.7"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
},
"scripts": {
"test": "make test"
},
"repository" :
{ "type" : "git"
, "url" : "http://github.com/mozilla-b2g/mozilla-profile-builder.git"
}
}