Skip to content

Instantly share code, notes, and snippets.

@sverrejoh
Created October 2, 2015 14:16
Show Gist options
  • Select an option

  • Save sverrejoh/2bf533c58dee6351f6e1 to your computer and use it in GitHub Desktop.

Select an option

Save sverrejoh/2bf533c58dee6351f6e1 to your computer and use it in GitHub Desktop.
{
"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