1234567891011121314151617181920212223 |
- {
- "name": "camotion",
- "description": "camotion",
- "version": "0.1.0",
- "homepage": "",
- "license": "",
- "private": true,
- "dependencies": {
- "angular": "1.4.x",
- "jquery": "2.1.x",
- "angular-bootstrap": "0.12.x",
- "angular-ui-router": "0.2.x",
- "bootstrap": "3.3.x",
- "less": "1.7.x",
- "angular-local-storage": "0.2.3",
- "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git#0.1.x",
- "luticate-auth": "https://git.rthoni.com/repos/luticate-front/auth.git#0.1.x",
- "JSONedit": "json-edit#~0.2.1"
- },
- "resolutions": {
- "angular": "1.4.x"
- }
- }
|