{ "name": "jpm", "version": "1.0.1", "description": "Jetpack Mechanic utilities for creating, testing, running and packaging Mozilla Jetpack Addons", "main": "index.js", "bin": { "jpm": "./bin/jpm" }, "scripts": { "test": "node ./test/run.js", "addons": "node ./test/run.js addons", "documentation": "node ./test/run.js documentation", "functional": "node ./test/run.js functional", "addon_runners": "node ./test/run.js addon_runners", "unit": "node ./test/run.js unit" }, "homepage": "https://github.com/mozilla/jpm", "repository": { "type": "git", "url": "git://github.com/mozilla/jpm.git" }, "bugs": { "url": "http://github.com/mozilla/jpm/issues" }, "keywords": [ "firefox", "mozilla", "jetpack", "jpm" ], "dependencies": { "commander": "2.6.0", "fs-promise": "0.3.1", "fs-extra": "0.16.4", "fx-runner": "0.0.7", "jpm-core": "0.0.9", "jetpack-id": "0.0.4", "jetpack-validation": "0.0.4", "firefox-profile": "0.3.9", "jsontoxml": "0.0.11", "lodash": "3.3.1", "minimatch": "2.0.4", "node-watch": "0.3.4", "tmp": "0.0.25", "open": "0.0.5", "promzard": "0.3.0", "read": "1.0.5", "semver": "4.3.3", "mozilla-version-comparator": "1.0.2", "mozilla-toolkit-versioning": "0.0.2", "when": "3.7.2", "zip-dir": "1.0.0" }, "devDependencies": { "async": "0.9.0", "chai": "2.2.0", "dive": "0.4.0", "mocha": "2.2.1", "glob": "5.0.3", "teacher": "0.0.1", "rimraf": "2.3.2", "unzip": "0.1.11", "xmldom": "0.1.19" }, "author": { "name": "Jordan Santell" }, "license": "MPL-2.0", "locales": { "es": { "description": "Utilidades Mecánico Jetpack para crear, probar, ejecutar y empacar Mozilla Jetpack Addons" } }, "gitHead": "b63336123306542def9a160000fee5544b57367d", "_id": "jpm@1.0.1", "_shasum": "5da296c8ab414fa93e3950c1f4b8f741544bce22", "_from": "jpm@*", "_npmVersion": "2.1.18", "_nodeVersion": "1.0.1", "_npmUser": { "name": "jsantell", "email": "jsantell@gmail.com" }, "maintainers": [ { "name": "jsantell", "email": "jsantell@gmail.com" }, { "name": "erikvold", "email": "erikvvold@gmail.com" }, { "name": "gozala", "email": "rfobic@gmail.com" } ], "dist": { "shasum": "5da296c8ab414fa93e3950c1f4b8f741544bce22", "tarball": "http://registry.npmjs.org/jpm/-/jpm-1.0.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/jpm/-/jpm-1.0.1.tgz" }