bugzilla-readable-status
Version:
Given the properties of a bug in bugzilla.mozilla.org, generate an english language readable status message.
43 lines (42 loc) • 1.38 kB
JSON
{
"name": "bugzilla-readable-status",
"version": "1.5.2",
"description": "Given the properties of a bug in bugzilla.mozilla.org, generate an english language readable status message.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"bundle": "browserify index.js -o bugzilla-readable-status.js --standalone bugzilla-readable-status",
"bundle-min": "browserify index.js -o bugzilla-readable-status-min.js --standalone bugzilla-readable-status -d -p [minifyify --map bugzilla-readable-status-min.js.map --output bugzilla-readable-status-min.js.map]",
"demo": "node test/fetch.js",
"bundle-demo": "browserify test/fetch.js -o bugzilla-readable-status-browser-demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emceeaich/bugzilla-readable-status.git"
},
"keywords": [
"bugzilla",
"mozilla",
"bugzilla.mozilla.org",
"qa",
"triage"
],
"author": "Emma Humphries",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/emceeaich/bugzilla-readable-status/issues"
},
"homepage": "https://github.com/emceeaich/bugzilla-readable-status#readme",
"devDependencies": {
"chai": "*",
"mocha": "*",
"node-fetch": "^1.5.2"
},
"directories": {
"test": "test"
},
"dependencies": {
"minifyify": "^7.3.3",
"browserify": "^13.0.1"
}
}