react-toolbox/package.json

66 lines
1.8 KiB
JSON
Raw Normal View History

2015-05-28 18:20:28 +03:00
{
2015-09-22 10:25:15 +03:00
"name": "react-toolbox",
"version": "0.10.9",
2015-09-22 10:25:15 +03:00
"description": "A set of complementary tools to ReactJS.",
"homepage": "http://zetapath.com",
"author": "Javi Jimenez Villar <hi@soyjavi.com> (http://soyjavi.com/)",
"main": "./components",
"directories": {
"react-toolbox": "./react-toolbox/components"
2015-06-19 12:21:46 +03:00
},
2015-09-22 10:25:15 +03:00
"scripts": {
"start": "npm run build & npm run server",
"server": "webpack-dev-server --hot",
"build": "webpack",
"watch": "webpack --watch",
"deploy": "NODE_ENV=production webpack -p",
"test": "karma start",
"test:watch": "karma start --no-single-run"
2015-06-13 14:18:31 +03:00
},
2015-09-22 10:25:15 +03:00
"bugs": {
"url": "https://github.com/react-toolbox/react-toolbox/issues",
"email": "issues@react-toolbox.com"
2015-06-20 09:29:43 +03:00
},
2015-09-22 10:25:15 +03:00
"keywords": [
"react",
"react-component",
"material design",
"toolkit",
"components"
],
"license": "MIT",
"dependencies": {
"react": "^0.13.2"
2015-05-28 18:20:28 +03:00
},
"devDependencies": {
2015-09-22 10:25:15 +03:00
"autoprefixer-core": "^5.1.11",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"css-loader": "^0.16.0",
2015-09-22 10:25:15 +03:00
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.1",
"expect": "^1.8.0",
"extract-text-webpack-plugin": "^0.8.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "~0.1",
"karma-webpack": "^1.7.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.3.3",
"normalize.css": "^3.0.3",
2015-09-22 10:25:15 +03:00
"phantomjs-polyfill": "0.0.1",
"postcss-loader": "^0.4.3",
"react-hot-loader": "^1.3.0",
"sass-loader": "^2.0.1",
2015-09-22 10:25:15 +03:00
"sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.0",
"webpack": "^1.12.0",
2015-09-22 10:25:15 +03:00
"webpack-dev-server": "*"
2015-06-20 09:29:43 +03:00
},
2015-09-22 10:25:15 +03:00
"repository": "github:react-toolbox/react-toolbox"
2015-05-28 18:20:28 +03:00
}