{ "name": "angular2-aspnet", "version": "0.0.6", "description": "Helpers for Angular 2 apps built on ASP.NET", "main": "./dist/Exports", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "tsd install && node_modules/.bin/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", "dependencies": { "angular2": "^2.0.0-beta.13", "rxjs": "5.0.0-beta.2" }, "devDependencies": { "es6-shim": "^0.35.0", "reflect-metadata": "^0.1.2", "systemjs-builder": "^0.14.11", "typescript": "^1.8.10", "zone.js": "^0.6.10" } }