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

12345678910111213141516171819
  1. {
  2. "name": "auth",
  3. "version": "0.1.0",
  4. "description": "Luticate front authentication layer",
  5. "main": "dist/luticate-auth.min.js",
  6. "dependencies": {
  7. "grunt": "~0.4.5"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git:luticate-front/auth"
  16. },
  17. "author": "",
  18. "license": "BSD-2-Clause"
  19. }