Advertisement
Guest User

Untitled

a guest
May 27th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "name": "sb-admin",
  3. "version": "0.0.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/start-angular/sb-admin-angular"
  7. },
  8. "dependencies": {
  9. "angular-datatables": "^0.6.2"
  10. },
  11. "devDependencies": {
  12. "generator-angular": "^0.16.0",
  13. "grunt": "^0.4.1",
  14. "grunt-autoprefixer": "^0.7.3",
  15. "grunt-concurrent": "^0.5.0",
  16. "grunt-contrib-clean": "^0.5.0",
  17. "grunt-contrib-concat": "^0.4.0",
  18. "grunt-contrib-connect": "^0.7.1",
  19. "grunt-contrib-copy": "^0.5.0",
  20. "grunt-contrib-cssmin": "^0.9.0",
  21. "grunt-contrib-htmlmin": "^0.3.0",
  22. "grunt-contrib-imagemin": "^0.7.0",
  23. "grunt-contrib-jshint": "^0.10.0",
  24. "grunt-contrib-uglify": "^0.4.0",
  25. "grunt-contrib-watch": "^0.6.1",
  26. "grunt-filerev": "^0.2.1",
  27. "grunt-google-cdn": "^0.4.0",
  28. "grunt-karma": "^0.12.2",
  29. "grunt-newer": "^0.7.0",
  30. "grunt-ng-annotate": "^0.10.0",
  31. "grunt-svgmin": "^0.4.0",
  32. "grunt-usemin": "^2.1.1",
  33. "imagemin-gifsicle": "^5.2.0",
  34. "jasmine-core": "^2.1.3",
  35. "jpegtran-bin": "^3.2.0",
  36. "jshint-stylish": "^0.2.0",
  37. "json-server": "^0.12.2",
  38. "karma": "^1.6.0",
  39. "karma-jasmine": "^0.3.5",
  40. "karma-phantomjs-launcher": "^0.1.4",
  41. "load-grunt-tasks": "^0.4.0",
  42. "optipng-bin": "^4.0.0",
  43. "pngquant-bin": "^4.0.0",
  44. "time-grunt": "^0.3.1"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "scripts": {
  50. "test": "grunt test",
  51. "start": "grunt serve",
  52. "dist": "grunt serve:dist",
  53. "postinstall": "bower install"
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement