burnchart/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2014-08-29 02:55:45 +00:00
{
2014-10-18 03:32:48 +00:00
"name": "burnchart",
2016-01-12 13:55:48 +00:00
"version": "3.0.0-alpha",
2014-10-27 03:10:41 +00:00
"scripts": {
2016-01-12 13:55:48 +00:00
"start": "./node_modules/.bin/superstatic public --port 8080",
"test": "make test"
2014-12-24 19:43:47 +00:00
},
"dependencies": {
2016-01-15 21:41:32 +00:00
"async": "^1.5.2",
"classnames": "^2.2.3",
2016-01-19 21:28:22 +00:00
"d3": "^3.5.12",
"d3-tip": "^0.6.7",
2016-01-12 13:55:48 +00:00
"deep-diff": "^0.3.3",
2016-01-12 19:53:23 +00:00
"firebase": "^2.3.2",
2016-01-12 13:55:48 +00:00
"lesshat": "^3.0.2",
"lodash": "^3.10.1",
2016-01-15 21:41:32 +00:00
"lscache": "^1.0.5",
2016-01-12 17:10:06 +00:00
"marked": "^0.3.5",
"moment": "^2.11.1",
2016-01-12 13:55:48 +00:00
"normalize.less": "^1.0.0",
"object-assign": "^4.0.1",
"object-path": "^0.9.2",
"react": "^0.14.6",
2016-01-20 22:55:49 +00:00
"react-addons-css-transition-group": "^0.14.6",
2016-01-15 21:41:32 +00:00
"react-mini-router": "^2.0.0",
"semver": "^5.1.0",
"sortedindex-compare": "0.0.1",
"superagent": "^1.6.1"
},
2014-10-18 03:32:48 +00:00
"devDependencies": {
2016-01-12 13:55:48 +00:00
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
2016-01-16 12:46:34 +00:00
"babel-register": "^6.4.3",
2016-01-12 13:55:48 +00:00
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.4.1",
2016-01-15 21:41:32 +00:00
"coffeeify": "^2.0.1",
2016-01-12 13:55:48 +00:00
"less": "^2.5.3",
"mocha": "^2.3.4",
2016-01-16 12:46:34 +00:00
"proxyquire": "^1.7.3",
2016-01-12 13:55:48 +00:00
"superstatic": "^4.0.1",
"uglify-js": "^2.6.1",
"watch": "^0.17.1",
"watch-less": "0.0.4",
"watchify": "^3.7.0"
2014-10-18 03:32:48 +00:00
},
2016-01-12 13:55:48 +00:00
"repository": {
"type": "git",
"url": "git://github.com/radekstepan/burnchart.git"
2014-10-29 04:30:42 +00:00
},
2016-01-12 13:55:48 +00:00
"private": true,
"license": "LicenseRef-LICENSE"
}