Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "name": "typescript21",
  3. "version": "1.0.0",
  4. "description": "Sample application created for TypeScript course on http://eduweb.pl/",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "gulp && node ./dist/server/index.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/eduweb-pl/typescript-application.git"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC",
  17. "bugs": {
  18. "url": "https://github.com/eduweb-pl/typescript-application/issues"
  19. },
  20. "homepage": "https://github.com/eduweb-pl/typescript-application#readme",
  21. "dependencies": {
  22. "@angular/common": "^2.1.2",
  23. "@angular/compiler": "^2.1.2",
  24. "@angular/core": "^2.1.2",
  25. "@angular/forms": "^2.1.2",
  26. "@angular/http": "^2.1.2",
  27. "@angular/platform-browser": "^2.1.2",
  28. "@angular/platform-browser-dynamic": "^2.1.2",
  29. "@angular/router": "^3.1.2",
  30. "@angular/upgrade": "^2.1.2",
  31. "@types/express": "^4.0.35",
  32. "body-parser": "^1.15.2",
  33. "core-js": "^2.4.1",
  34. "express": "^4.14.0",
  35. "reflect-metadata": "^0.1.8",
  36. "rxjs": "^5.0.0-rc.2",
  37. "systemjs": "^0.19.40",
  38. "zone.js": "^0.6.26"
  39. },
  40. "devDependencies": {
  41. "@types/core-js": "^0.9.34",
  42. "@types/node": "^6.0.46",
  43. "del": "^2.2.1",
  44. "gulp": "^3.9.1",
  45. "gulp-sourcemaps": "^1.6.0",
  46. "gulp-typescript": "^2.13.6",
  47. "gulpclass": "^0.1.1"
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement