12345678910111213141516171819 |
- {
- "name": "auth",
- "version": "0.1.0",
- "description": "Luticate front authentication layer",
- "main": "dist/luticate-auth.min.js",
- "dependencies": {
- "grunt": "~0.4.5"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git:luticate-front/auth"
- },
- "author": "",
- "license": "MIT"
- }
|