blob: 92538be731ba084b8a6f7e0124f5abd7c9e22743 [file]
{
"name": "bug_chomper",
"version": "0.1.0",
"private": true,
"description": "Tool for quickly prioritizing bugs.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": "",
"license": "BSD",
"devDependencies": {
"mocha": "~1.20.1",
"chai": "~1.9.1",
"karma-mocha": "~0.1.4",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1.5",
"karma-safari-launcher": "~0.1.1",
"cssmin": "~0.4.2",
"autoprefixer": "~4.0.0",
"karma": "~0.12.25",
"bower": "~1.3.12",
"uglify-js": "~2.4.15",
"vulcanize": "~0.7.1",
"native-promise-only": "~0.7.6-a"
}
}