Created
February 20, 2016 22:23
-
-
Save devmobasa/1b8aae5180d71c1f8bb8 to your computer and use it in GitHub Desktop.
Package json with webpack start script
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": "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