1234567891011121314151617181920 |
- {
- "name": "luticate-auth",
- "version": "0.0.0",
- "authors": [
- "Robin THONI <robin@rthoni.com>"
- ],
- "description": "Luticate front authentication layer",
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git",
- "angular-local-storage": "~0.2.3"
- }
- }
|