burnchart/package.json

83 lines
1.9 KiB
JSON

{
"name": "burnchart",
"version": "0.0.0",
"description": "GitHub Burndown Chart as a Service",
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
"license": "AGPL-3.0",
"keywords": [
"github",
"issues",
"burndown",
"chart",
"scrum"
],
"repository": {
"type": "git",
"url": "git://github.com/asm-products/burnchart.git"
},
"scripts": {
"start": "rake serve",
"test": "rake test"
},
"dependencies": {
"async": "~0.9.0",
"brain": "^0.7.0",
"chance": "^0.6.1",
"d3": "~3.4.13",
"d3-tip": "Caged/d3-tip",
"director": "~1.2.3",
"firebase": "~2.0.1",
"lodash": "~2.4.1",
"lscache": "~1.0.2",
"marked": "~0.3.2",
"moment": "~2.8.3",
"normalize.less": "^1.0.0",
"ractive": "~0.6.1",
"ractive-ractive": "~0.4.4",
"ractive-transitions-fade": "~0.1.2",
"semver": "~4.1.0",
"sortedindex-compare": "0.0.1",
"superagent": "~0.20.0"
},
"devDependencies": {
"blanket": "~1.1.6",
"browserify": "~6.2.0",
"chai": "^1.9.2",
"coffee-script": "~1.8.0",
"coffeeify": "~0.7.0L",
"coveralls": "~2.11.2",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-gh-pages": "~0.9.1",
"grunt-mkdir": "~0.1.2",
"less": "^1.7.5",
"lesshat": "~3.0.2",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "0.0.1",
"node-static": "~0.7.6",
"proxyquire": "~1.0.1",
"ractivate": "~0.2.0",
"watch": "^0.13.0",
"watchify": "~2.1.0"
},
"browserify": {
"transform": [
"coffeeify",
"ractivate"
]
},
"config": {
"blanket": {
"loader": "./node-loaders/coffee-script",
"pattern": "src",
"data-cover-never": "node_modules",
"data-cover-flags": {
"engineOnly": true
}
}
}
}