This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "react-redux-weback2-starter", | |
| "version": "1.0.0", | |
| "description": "Starter kit with React, Redux and Webpack2", | |
| "scripts": { | |
| "prestart": "babel-node buildScripts/startMessage.js", | |
| "start": "npm-run-all --parallel security-check open:src", | |
| "open:src": "babel-node buildScripts/srcServer.js", | |
| "security-check": "nsp check", | |
| "localtunnel": "lt --port 3000", |