12345678910111213141516171819 |
- {
- "name": "Webpack",
- "version": "0.0.1",
- "description": "Just a bunch of files to undergo webpack bundler",
- "main": "index.js",
- "scripts" : {
- "start": "webpack --config webpack.config.js"
- },
- "repository": {
- "url": "git@git.guern.eu:noa/Webpack.git",
- "type": "git"
- },
- "author": "Yannick Guern <dev@guern.eu>",
- "license": "MIT",
- "devDependencies": {
- "webpack": "^1.14.0"
- }
- }
|