mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-03 15:33:58 +00:00
26 lines
792 B
JSON
26 lines
792 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|