{ "name": "aspnet-webpack", "version": "1.0.17", "description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.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", "bugs": { "url": "https://github.com/aspnet/JavaScriptServices/issues" }, "repository": { "type": "git", "url": "https://github.com/aspnet/JavaScriptServices.git" }, "dependencies": { "connect": "^3.4.1", "es6-promise": "^3.1.2", "memory-fs": "^0.3.0", "require-from-string": "^1.1.0", "webpack-dev-middleware": "^1.6.1", "webpack-node-externals": "^1.4.3" }, "devDependencies": { "tsd": "0.6.5", "rimraf": "^2.5.4", "typescript": "^1.8.10" }, "peerDependencies": { "webpack": "^1.13.2" } }