{ "name": "aspnet-webpack", "version": "1.0.3", "description": "Helpers for using Webpack in ASP.NET projects. Works in conjunction with the Microsoft.AspNet.SpaServices NuGet package.", "main": "index.js", "scripts": { "prepublish": "rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"aspnet-webpack\"'", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Microsoft", "license": "Apache-2.0", "dependencies": { "es6-promise": "^3.1.2", "connect": "^3.4.1", "memory-fs": "^0.3.0", "require-from-string": "^1.1.0", "webpack": "^1.12.14", "webpack-dev-middleware": "^1.5.1", "webpack-externals-plugin": "^1.0.0" }, "devDependencies": { "typescript": "^1.8.10", "rimraf": "^2.5.2" } }