1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "utils",
- "version": "0.1.0",
- "description": "Luticate front",
- "main": "app.js",
- "dependencies": {},
- "devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-uglify": "~0.10.0",
- "grunt-ngmin": "0.0.3",
- "grunt-usemin": "~3.1.1",
- "grunt-filerev": "~2.3.1",
- "grunt-contrib-concat": "~0.5.1",
- "grunt-contrib-cssmin": "~0.14.0",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-ngdocs": "~0.2.9",
- "grunt-contrib-copy": "~0.8.2",
- "grunt-html-build": "~0.5.2",
- "grunt-istanbul-coverage": "~0.1.1",
- "grunt-contrib-jshint": "~0.11.3",
- "grunt-contrib-less": "~1.1.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git:luticate-front/front"
- },
- "author": "",
- "license": "MIT"
- }
|