react-toolbox/package.json

56 lines
2.5 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" : {
"react" : "^0.13.2"
2015-05-28 18:20:28 +03:00
},
"devDependencies": {
"autoprefixer-core" : "^5.1.11",
"babel-core" : "^5.8.23",
"babel-loader" : "^5.3.2",
2015-09-05 22:34:16 +03:00
"babel-runtime" : "^5.8.20",
2015-06-20 09:29:43 +03:00
"css-loader" : "^0.14.5",
"eslint" : "^1.3.1",
2015-09-05 23:30:32 +03:00
"eslint-plugin-react" : "^3.3.1",
2015-06-20 09:29:43 +03:00
"extract-text-webpack-plugin" : "^0.8.1",
2015-07-23 21:40:30 +03:00
"expect" : "^1.8.0",
2015-08-06 21:01:24 +03:00
"karma" : "^0.13.3",
2015-07-23 21:40:30 +03:00
"karma-chrome-launcher" : "^0.2.0",
"karma-cli" : "^0.1.0",
"karma-mocha" : "^0.2.0",
"karma-phantomjs-launcher" : "~0.1",
2015-08-06 21:01:24 +03:00
"karma-webpack" : "^1.7.0",
2015-06-20 09:29:43 +03:00
"node-libs-browser" : "^0.5.2",
2015-07-25 20:34:32 +03:00
"phantomjs-polyfill" : "0.0.1",
"postcss-loader" : "^0.4.3",
"sinon" : "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
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
}