{ "name": "appengine-webpack", "description": "An example of using Webpack with Node.js on Google App Engine.", "version": "0.0.1", "private": true, "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { "node": ">=4.3.2" }, "scripts": { "bundle": "webpack --config webpack.config.js", "prestart": "npm run bundle" }, "dependencies": { "express": "4.14.0", "pug": "2.0.0-beta6", "webpack": "1.14.0" } }