Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "version": "1.0.0",
  3. "name": "aspnet",
  4. "private": true,
  5. "scripts": {
  6. "postinstall": "typings install",
  7. "typings": "typings"
  8. },
  9. "dependencies": {
  10. "@angular/common": "~4.0.0",
  11. "@angular/compiler": "~4.0.0",
  12. "@angular/core": "~4.0.0",
  13. "@angular/forms": "~4.0.0",
  14. "@angular/http": "~4.0.0",
  15. "@angular/platform-browser": "~4.0.0",
  16. "@angular/platform-browser-dynamic": "~4.0.0",
  17. "@angular/router": "~4.0.0",
  18. "angular-in-memory-web-api": "~0.3.0",
  19. "systemjs": "0.19.40",
  20. "core-js": "^2.4.1",
  21. "rxjs": "5.0.1",
  22. "zone.js": "^0.8.4",
  23. "bootstrap": "^3.3.7"
  24. },
  25. "devDependencies": {
  26. "@types/core-js": "^0.9.41",
  27. "gulp": "^3.9.1",
  28. "gulp-clean": "^0.3.2",
  29. "gulp-concat": "^2.6.1",
  30. "gulp-tsc": "^1.3.1",
  31. "gulp-typescript": "^3.1.6",
  32. "path": "^0.12.7",
  33. "typescript": "~2.1.0",
  34. "typings": "~2.1.1"
  35. }
  36. }
  37.  
  38. {
  39. "globalDependencies": {
  40. "core-js": "registry:dt/core-js#0.0.0+20160725163759",
  41. "jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
  42. "node": "registry:dt/node#6.0.0+20160909174046"
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement