{ "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 ", "license": "MIT", "devDependencies": { "webpack": "^1.14.0" } }