Show More
@@ -1,28 +1,33 b'' | |||
|
1 | 1 | { |
|
2 | 2 | "name": "errormator", |
|
3 | 3 | "description": "JS layer for AppEnlight", |
|
4 | 4 | "devDependencies": { |
|
5 | 5 | "bower": "^1.8.8", |
|
6 | 6 | "bower-requirejs": "1.2.0", |
|
7 | 7 | "grunt": "1.0.1", |
|
8 | 8 | "grunt-angular-templates": "1.0.4", |
|
9 | 9 | "grunt-bower-concat": "1.0.0", |
|
10 | 10 | "grunt-bower-requirejs": "2.0.0", |
|
11 | 11 | "grunt-contrib-concat": "1.0.1", |
|
12 | 12 | "grunt-contrib-copy": "1.0.0", |
|
13 | 13 | "grunt-contrib-jshint": "1.0.0", |
|
14 | 14 | "grunt-contrib-less": "1.3.0", |
|
15 | 15 | "grunt-contrib-nodeunit": "1.0.0", |
|
16 | 16 | "grunt-contrib-requirejs": "1.0.0", |
|
17 | 17 | "grunt-contrib-uglify": "1.0.1", |
|
18 | 18 | "grunt-contrib-watch": "1.0.0", |
|
19 | 19 | "grunt-remove-logging": "0.2.0", |
|
20 | 20 | "ini": "1.3.4", |
|
21 | 21 | "karma": "0.13.22", |
|
22 | 22 | "underscore": "1.8.3", |
|
23 | 23 | "yo": "1.8.4" |
|
24 | 24 | }, |
|
25 | 25 | "dependencies": { |
|
26 | 26 | "grunt-cli": "^1.3.2" |
|
27 | }, | |
|
28 | "scripts": { | |
|
29 | "bower": "bower install", | |
|
30 | "build": "grunt", | |
|
31 | "watch": "grunt watch" | |
|
27 | 32 | } |
|
28 | 33 | } |
General Comments 0
You need to be logged in to leave comments.
Login now