cfx
Version:
programmatically use cfx with node.js
35 lines (34 loc) • 709 B
JSON
{
"name" : "cfx",
"description" : "programmatically use cfx with node.js",
"version" : "0.0.3",
"main" : "index.js",
"dependencies" : {
"underscore": "latest"
},
"devDependencies" : {
"mocha" : ">= 1.3.2",
"chai" : ">= 1.1.1"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/jsantell/node-cfx"
},
"scripts" : {
"test" : "./node_modules/.bin/mocha --reporter spec --ui bdd --timeout 10s"
},
"keywords" : [
"cfx",
"firefox",
"jetpack",
"add-on",
"addon",
"amo"
],
"author" : {
"name" : "Jordan Santell",
"url" : "http://github.com/jsantell"
},
"license" : "MIT",
"engines" : ["node >= 0.6.12"]
}