You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 823B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "utils",
  3. "version": "0.1.2",
  4. "description": "Luticate front",
  5. "main": "app.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "grunt": "~0.4.5",
  9. "grunt-contrib-uglify": "~0.10.0",
  10. "grunt-ngmin": "0.0.3",
  11. "grunt-usemin": "~3.1.1",
  12. "grunt-filerev": "~2.3.1",
  13. "grunt-contrib-concat": "~0.5.1",
  14. "grunt-contrib-cssmin": "~0.14.0",
  15. "grunt-contrib-clean": "~0.6.0",
  16. "grunt-ngdocs": "~0.2.9",
  17. "grunt-contrib-copy": "~0.8.2",
  18. "grunt-html-build": "~0.5.2",
  19. "grunt-istanbul-coverage": "~0.1.1",
  20. "grunt-contrib-jshint": "~0.11.3",
  21. "grunt-contrib-less": "~1.1.0"
  22. },
  23. "scripts": {
  24. "test": "echo \"Error: no test specified\" && exit 1"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git:luticate-front/front"
  29. },
  30. "author": "",
  31. "license": "MIT"
  32. }