12345678910111213141516171819202122232425262728 |
- {
- "name": "luticate2-utils",
- "version": "0.5.0",
- "description": "Luticate front utils",
- "main": "dist/luticate-utils.min.js",
- "dependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-uglify": "~0.10.0"
- },
- "devDependencies": {
- "angular": "^1.6.0",
- "angular-mocks": "^1.6.0",
- "angular-ui-router": "^0.3.2",
- "jasmine-core": "^2.5.2",
- "karma": "^1.3.0",
- "karma-chrome-launcher": "^2.0.0",
- "karma-jasmine": "^1.1.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.rthoni.com/luticate2/front-utils"
- },
- "author": "",
- "license": "MIT"
- }
|