Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created February 20, 2016 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/1b8aae5180d71c1f8bb8 to your computer and use it in GitHub Desktop.
Save Ibro/1b8aae5180d71c1f8bb8 to your computer and use it in GitHub Desktop.
Package json with webpack start script
{
"name": "webpack-sample",
"version": "0.0.1",
"description": "Webpack sample - first try",
"main": "",
"scripts": {
"start": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ibro/webpack-sample.git"
},
"keywords": [
"webpack"
],
"author": "Ibro",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Ibro/webpack-sample/issues"
},
"homepage": "https://github.com/Ibro/webpack-sample#readme",
"devDependencies": {
"webpack": "^1.12.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment