react-toolbox/package.json

51 lines
2.2 KiB
JSON
Raw Normal View History

2015-05-28 18:20:28 +03:00
{
2015-06-20 09:29:43 +03:00
"name" : "react-toolbox",
"version" : "0.6.28",
2015-06-20 09:29:43 +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-06-20 09:29:43 +03:00
"scripts" : {
"start" : "npm run build & npm run server",
"server" : "webpack-dev-server --hot",
"build" : "webpack",
"watch" : "webpack --watch",
2015-07-23 21:40:30 +03:00
"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-06-20 09:29:43 +03:00
"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"
2015-05-28 18:20:28 +03:00
},
"devDependencies": {
"autoprefixer-core" : "^5.1.11",
2015-06-20 09:29:43 +03:00
"coffee-jsx-loader" : "^0.1.2",
"css-loader" : "^0.14.5",
"extract-text-webpack-plugin" : "^0.8.1",
2015-07-23 21:40:30 +03:00
"expect" : "^1.8.0",
"karma" : "^0.12.36",
"karma-chrome-launcher" : "^0.2.0",
"karma-cli" : "^0.1.0",
"karma-mocha" : "^0.2.0",
"karma-phantomjs-launcher" : "~0.1",
2015-07-23 21:40:30 +03:00
"karma-webpack" : "^1.6.0",
2015-06-20 09:29:43 +03:00
"node-libs-browser" : "^0.5.2",
"postcss-loader" : "^0.4.3",
2015-06-20 09:29:43 +03:00
"style-loader" : "^0.12.3",
"stylus-loader" : "^1.2.0",
2015-07-23 22:14:10 +03:00
"webpack" : "1.10.1",
2015-07-16 05:00:52 +03:00
"webpack-dev-server" : "*"
2015-06-20 09:29:43 +03:00
},
"repository" : "github:soyjavi/react-toolbox"
2015-05-28 18:20:28 +03:00
}