{ "name": "react-toolbox", "version": "0.10.20", "description": "A set of complementary tools to ReactJS.", "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" } ], "main": "./lib", "scripts": { "test": "karma start", "test:watch": "karma start --no-single-run", "babel": "babel ./components --out-dir ./lib", "sass": "node-sass ./components -o ./lib", "clean": "rimraf ./lib", "prebuild": "npm run clean", "lint": "eslint ./components ./spec ./example --ext .js,.jsx", "build": "npm run lint && npm run babel && npm run sass", "prepublish": "npm run build", "start": "node ./server" }, "bugs": { "url": "https://github.com/react-toolbox/react-toolbox/issues", "email": "issues@react-toolbox.com" }, "keywords": [ "react", "react-component", "material design", "toolkit", "components" ], "license": "MIT", "peerDependencies": { "react": "^0.14", "react-dom": "^0.14.0", "react-addons-css-transition-group": "^0.14.0", "normalize.css": "^3.0.3" }, "devDependencies": { "autoprefixer": "^6.0.3", "babel": "^5.8.23", "babel-core": "^5.8.23", "babel-eslint": "^4.1.3", "babel-loader": "^5.3.2", "css-loader": "^0.16.0", "eslint": "^1.7.3", "eslint-plugin-react": "^3.3.1", "expect": "^1.8.0", "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", "mocha": "^2.3.3", "node-libs-browser": "^0.5.2", "node-sass": "^3.3.3", "normalize.css": "^3.0.3", "phantomjs-polyfill": "0.0.1", "postcss-loader": "^0.7.0", "react": "^0.14", "react-addons-css-transition-group": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", "react-hot-loader": "^1.3.0", "rimraf": "^2.4.3", "sass-loader": "^2.0.1", "sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0", "style-loader": "^0.12.3", "webpack": "^1.12.0", "webpack-dev-server": "^1.12.1" }, "repository": "github:react-toolbox/react-toolbox" }