Created
October 2, 2015 14:16
-
-
Save sverrejoh/2bf533c58dee6351f6e1 to your computer and use it in GitHub Desktop.
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": "esteban-saves-the-world", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "build": "./node_modules/browserify/bin/cmd.js -t babelify -o bundle.js index.js", | |
| "watch": "./node_modules/.bin/watchify -vd -t babelify -t react-hot-transform -p browserify-hmr index.js -o bundle.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| }, | |
| "devDependencies": { | |
| "babelify": "^6.3.0", | |
| "browserify": "^11.2.0", | |
| "watchify": "^3.4.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment