##// END OF EJS Templates
package.json: add npm scripts
ergo -
Show More
@@ -1,28 +1,33 b''
1 {
1 {
2 "name": "errormator",
2 "name": "errormator",
3 "description": "JS layer for AppEnlight",
3 "description": "JS layer for AppEnlight",
4 "devDependencies": {
4 "devDependencies": {
5 "bower": "^1.8.8",
5 "bower": "^1.8.8",
6 "bower-requirejs": "1.2.0",
6 "bower-requirejs": "1.2.0",
7 "grunt": "1.0.1",
7 "grunt": "1.0.1",
8 "grunt-angular-templates": "1.0.4",
8 "grunt-angular-templates": "1.0.4",
9 "grunt-bower-concat": "1.0.0",
9 "grunt-bower-concat": "1.0.0",
10 "grunt-bower-requirejs": "2.0.0",
10 "grunt-bower-requirejs": "2.0.0",
11 "grunt-contrib-concat": "1.0.1",
11 "grunt-contrib-concat": "1.0.1",
12 "grunt-contrib-copy": "1.0.0",
12 "grunt-contrib-copy": "1.0.0",
13 "grunt-contrib-jshint": "1.0.0",
13 "grunt-contrib-jshint": "1.0.0",
14 "grunt-contrib-less": "1.3.0",
14 "grunt-contrib-less": "1.3.0",
15 "grunt-contrib-nodeunit": "1.0.0",
15 "grunt-contrib-nodeunit": "1.0.0",
16 "grunt-contrib-requirejs": "1.0.0",
16 "grunt-contrib-requirejs": "1.0.0",
17 "grunt-contrib-uglify": "1.0.1",
17 "grunt-contrib-uglify": "1.0.1",
18 "grunt-contrib-watch": "1.0.0",
18 "grunt-contrib-watch": "1.0.0",
19 "grunt-remove-logging": "0.2.0",
19 "grunt-remove-logging": "0.2.0",
20 "ini": "1.3.4",
20 "ini": "1.3.4",
21 "karma": "0.13.22",
21 "karma": "0.13.22",
22 "underscore": "1.8.3",
22 "underscore": "1.8.3",
23 "yo": "1.8.4"
23 "yo": "1.8.4"
24 },
24 },
25 "dependencies": {
25 "dependencies": {
26 "grunt-cli": "^1.3.2"
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