package.json
34 lines
| 897 B
| application/json
|
JsonLexer
/ frontend / package.json
r0 | { | |||
"name": "errormator", | ||||
r147 | "description": "JS layer for AppEnlight", | |||
r0 | "devDependencies": { | |||
r147 | "bower": "^1.8.8", | |||
r15 | "bower-requirejs": "1.2.0", | |||
"grunt": "1.0.1", | ||||
"grunt-angular-templates": "1.0.4", | ||||
"grunt-bower-concat": "1.0.0", | ||||
"grunt-bower-requirejs": "2.0.0", | ||||
"grunt-contrib-concat": "1.0.1", | ||||
"grunt-contrib-copy": "1.0.0", | ||||
"grunt-contrib-jshint": "1.0.0", | ||||
"grunt-contrib-less": "1.3.0", | ||||
"grunt-contrib-nodeunit": "1.0.0", | ||||
"grunt-contrib-requirejs": "1.0.0", | ||||
"grunt-contrib-uglify": "1.0.1", | ||||
"grunt-contrib-watch": "1.0.0", | ||||
"grunt-remove-logging": "0.2.0", | ||||
r147 | "ini": "1.3.4", | |||
r15 | "karma": "0.13.22", | |||
"underscore": "1.8.3", | ||||
r147 | "yo": "1.8.4" | |||
}, | ||||
"dependencies": { | ||||
"grunt-cli": "^1.3.2" | ||||
r148 | }, | |||
"scripts": { | ||||
"bower": "bower install", | ||||
"build": "grunt", | ||||
r150 | "watch": "grunt watch", | |||
"watch:dev": "grunt watch:dev" | ||||
r0 | } | |||
} | ||||