Files
JavaScriptServices/Microsoft.AspNet.AngularServices/npm/package.json
2015-12-10 20:27:15 +00:00

25 lines
639 B
JSON

{
"name": "angular2-aspnet",
"version": "0.0.3",
"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"
}
}