選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 442B

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