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 676B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "luticate2-utils",
  3. "version": "0.6.0",
  4. "description": "Luticate front utils",
  5. "main": "dist/luticate-utils.min.js",
  6. "dependencies": {
  7. "grunt": "~0.4.5",
  8. "grunt-contrib-uglify": "~0.10.0"
  9. },
  10. "devDependencies": {
  11. "angular": "^1.6.0",
  12. "angular-mocks": "^1.6.0",
  13. "angular-ui-router": "^0.3.2",
  14. "jasmine-core": "^2.5.2",
  15. "karma": "^1.3.0",
  16. "karma-chrome-launcher": "^2.0.0",
  17. "karma-jasmine": "^1.1.0"
  18. },
  19. "scripts": {
  20. "test": "echo \"Error: no test specified\" && exit 1"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://git.rthoni.com/luticate2/front-utils"
  25. },
  26. "author": "",
  27. "license": "MIT"
  28. }