aspnetcore/Microsoft.AspNet.AngularSer.../npm/package.json

25 lines
640 B
JSON

{
"name": "angular2-aspnet",
"version": "0.0.1",
"description": "Helpers for Angular 2 apps built on ASP.NET",
"main": "./dist/Exports",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc && node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/NodeServices/tree/master/Microsoft.AspNet.AngularServices"
},
"typings": "dist/Exports",
"author": "Microsoft",
"license": "Apache-2.0",
"peerDependencies": {
"angular2": "^2.0.0-alpha.44"
},
"devDependencies": {
"systemjs-builder": "^0.14.11",
"typescript": "^1.7.3"
}
}