Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "devDependencies": {
  2. "gulp": "gulpjs/gulp#4.0",
  3. "gulp-tslint": "4.3.x",
  4. "gulp-typescript": "2.10.x",
  5. "tslint": "3.3.x",
  6. "typescript": "next"
  7. }
  8.  
  9. {
  10. "name": "bolijo",
  11. "version": "0.0.0",
  12. "devDependencies": {
  13. "gulp-tslint": {
  14. "version": "4.3.x",
  15. "from": "gulp-tslint@4.3.x",
  16. "peerDependencies": {
  17. "tslint": {
  18. "version": "3.3.x",
  19. "from": "tslint@3.3.x",
  20. "peerDependencies": {
  21. "typescript": {
  22. "version": "next",
  23. "from": "typescript@next"
  24. }
  25. }
  26. },
  27. "typescript": {
  28. "version": "next",
  29. "from": "typescript@next"
  30. }
  31. }
  32. },
  33. "tslint": {
  34. "version": "3.3.x",
  35. "from": "tslint@3.3.x",
  36. "peerDependencies": {
  37. "typescript": {
  38. "version": "next",
  39. "from": "typescript@next"
  40. }
  41. }
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement