{ "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": "rimraf *.d.ts dist/*.d.ts && tsc && node build.js" }, "typings": "dist/Exports", "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": { "angular2": "2.0.0-beta.13", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.2" }, "devDependencies": { "es6-shim": "^0.35.0", "rimraf": "^2.5.4", "systemjs-builder": "^0.14.11", "typescript": "^2.0.0", "zone.js": "^0.6.10" } }