{ "name" : "react-toolbox", "version" : "0.6.28", "description" : "A set of complementary tools to ReactJS.", "homepage" : "http://zetapath.com", "author" : "Javi Jimenez Villar (http://soyjavi.com/)", "main" : "./components", "directories" : { "react-toolbox" : "./react-toolbox/components" }, "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" }, "bugs" : { "url" : "https://github.com/soyjavi/react-toolbox/issues", "email" : "issues@react-toolbox.com" }, "keywords" : [ "react", "react-component", "material design", "toolkit", "components"], "license" : "MIT", "dependencies" : { "coffee-script" : "*", "react" : "^0.13.2" }, "devDependencies": { "autoprefixer-core" : "^5.1.11", "coffee-jsx-loader" : "^0.1.2", "css-loader" : "^0.14.5", "extract-text-webpack-plugin" : "^0.8.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", "node-libs-browser" : "^0.5.2", "phantomjs-polyfill" : "0.0.1", "postcss-loader" : "^0.4.3", "sinon" : "git://github.com/cjohansen/Sinon.JS#sinon-2.0", "style-loader" : "^0.12.3", "stylus-loader" : "^1.2.0", "webpack" : "1.10.1", "webpack-dev-server" : "*" }, "repository" : "github:soyjavi/react-toolbox" }