react-toolbox/package.json

73 lines
2.2 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",
2015-10-19 22:48:31 +03:00
"author": " <hi@soyjavi.com> ()",
"author": "React Toolbox Team (http://github.com/react-toolbox)",
"contributors": [
{"name": "Javi Jimenez Villar", "url": "http://soyjavi.com/", "email": "hi@soyjavi.com"},
{"name": "Javi Velasco Arjona", "url": "http://javivelasco.com/", "email": "javier.velasco86@gmail.com"}
],
2015-09-22 10:25:15 +03:00
"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": {
2015-10-19 22:48:31 +03:00
"start": "npm run build & webpack-dev-server --hot",
2015-09-22 10:25:15 +03:00
"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.14",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-dom": "^0.14.0"
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-addons-test-utils": "^0.14.0",
2015-09-22 10:25:15 +03:00
"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",
"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
}