Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Last active April 28, 2016 13:32
Show Gist options
  • Save andrewjmead/95ea134a55314995d2864729c947331c to your computer and use it in GitHub Desktop.
Save andrewjmead/95ea134a55314995d2864729c947331c to your computer and use it in GitHub Desktop.
Rafael Package.json File
{
"name": "t",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack ./public/app.js ./public/bundle.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"webpack": "^1.13.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment