{ "name": "stormpath-react-redux-todo-example-application", "version": "0.0.1", "description": "React/Redux example todo application.", "homepage": "https://github.com/typerandom/stormpath-react-redux-todo-example-application", "author": "Stormpath, 2016", "license": "Apache-2.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node ./server ./src/ ./webpack.dev.config", "build": "rm -rf ./dist/ && mkdir ./dist/ && cp -r ./src/* ./dist && rm -rf ./dist/js/* && webpack", "start": "npm run build && node ./server" }, "repository": { "type": "git", "url": "git+https://github.com/typerandom/stormpath-react-redux-todo-example-application.git" }, "bugs": { "url": "https://github.com/typerandom/stormpath-react-redux-todo-example-application/issues" }, "devDependencies": { "babel-core": "^6.3.26", "babel-loader": "^6.2.0", "babel-plugin-react-transform": "^2.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babel-runtime": "^6.3.19", "express": "^4.13.4", "morgan": "^1.7.0", "open": "0.0.5", "react": "^0.14.7", "react-dom": "^0.14.7", "react-redux": "^4.4.6", "redux": "^3.4.0", "webpack": "^1.12.13", "webpack-dev-middleware": "^1.5.1", "object-path-immutable": "^0.5.1", "deepcopy": "^0.6.3" } }