12345678910111213141516171819202122 |
- {
- "name": "luticate",
- "description": "Luticate front",
- "version": "0.1.0",
- "homepage": "",
- "license": "",
- "private": true,
- "dependencies": {
- "angular": "1.4.x",
- "jquery": "2.1.x",
- "angular-bootstrap": "^0.12",
- "angular-ui-router": "0.2.x",
- "bootstrap": "3.3.x",
- "less": "1.7.x",
- "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",
- "angular-dialog-service": "~5.2.8",
- "ngSanitize": "~0.0.2",
- "angular-ui-validate": "~1.2.1",
- "flat-ui": "~2.2.2"
- }
- }
|