Commit 98fb115a4a78bff3740ffe668511045ab8811182
1 parent
1f3cbc442c
Exists in
master
and in
2 other branches
add bower to package.json.
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "tshats", | 2 | "name": "tshats", |
3 | "version": "0.0.0", | 3 | "version": "0.0.0", |
4 | "dependencies": { | 4 | "dependencies": { |
5 | "express": "^4.13.4", | 5 | "express": "^4.13.4", |
6 | "gzippo": "^0.2.0", | 6 | "gzippo": "^0.2.0", |
7 | "body-parser": "^1.14.2" | 7 | "body-parser": "^1.14.2" |
8 | }, | 8 | }, |
9 | "devDependencies": { | 9 | "devDependencies": { |
10 | "connect-livereload": "^0.6.0", | 10 | "connect-livereload": "^0.6.0", |
11 | "connect-modrewrite": "^0.8.5", | 11 | "connect-modrewrite": "^0.8.5", |
12 | "grunt": "~0.4.1", | 12 | "grunt": "~0.4.1", |
13 | "grunt-autoprefixer": "~0.4.0", | 13 | "grunt-autoprefixer": "~0.4.0", |
14 | "grunt-bower-install": "~0.7.0", | 14 | "grunt-bower-install": "~0.7.0", |
15 | "grunt-bower-requirejs": "~0.8.4", | 15 | "grunt-bower-requirejs": "~0.8.4", |
16 | "grunt-concurrent": "~0.4.1", | 16 | "grunt-concurrent": "~0.4.1", |
17 | "grunt-contrib-clean": "~0.5.0", | 17 | "grunt-contrib-clean": "~0.5.0", |
18 | "grunt-contrib-concat": "~0.3.0", | 18 | "grunt-contrib-concat": "~0.3.0", |
19 | "grunt-contrib-connect": "~0.5.0", | 19 | "grunt-contrib-connect": "~0.5.0", |
20 | "grunt-contrib-copy": "~0.4.1", | 20 | "grunt-contrib-copy": "~0.4.1", |
21 | "grunt-contrib-cssmin": "~0.7.0", | 21 | "grunt-contrib-cssmin": "~0.7.0", |
22 | "grunt-contrib-htmlmin": "~0.1.3", | 22 | "grunt-contrib-htmlmin": "~0.1.3", |
23 | "grunt-contrib-imagemin": "~0.3.0", | 23 | "grunt-contrib-imagemin": "~0.3.0", |
24 | "grunt-contrib-jshint": "~0.7.1", | 24 | "grunt-contrib-jshint": "~0.7.1", |
25 | "grunt-contrib-requirejs": "~0.4.1", | 25 | "grunt-contrib-requirejs": "~0.4.1", |
26 | "grunt-contrib-watch": "~0.5.2", | 26 | "grunt-contrib-watch": "~0.5.2", |
27 | "grunt-google-cdn": "~0.2.0", | 27 | "grunt-google-cdn": "~0.2.0", |
28 | "grunt-newer": "~0.5.4", | 28 | "grunt-newer": "~0.5.4", |
29 | "grunt-ngmin": "~0.0.2", | 29 | "grunt-ngmin": "~0.0.2", |
30 | "grunt-rev": "~0.1.0", | 30 | "grunt-rev": "~0.1.0", |
31 | "grunt-svgmin": "~0.2.0", | 31 | "grunt-svgmin": "~0.2.0", |
32 | "grunt-text-replace": "~0.3.11", | 32 | "grunt-text-replace": "~0.3.11", |
33 | "grunt-usemin": "~2.0.0", | 33 | "grunt-usemin": "~2.0.0", |
34 | "jshint-stylish": "~0.1.3", | 34 | "jshint-stylish": "~0.1.3", |
35 | "load-grunt-tasks": "~0.2.0", | 35 | "load-grunt-tasks": "~0.2.0", |
36 | "nodemon": "^1.11.0", | 36 | "nodemon": "^1.11.0", |
37 | "time-grunt": "~0.2.1", | 37 | "time-grunt": "~0.2.1", |
38 | "bower": "~0.9.2" | 38 | "bower": "~0.9.2" |
39 | }, | 39 | }, |
40 | "scripts": { | 40 | "scripts": { |
41 | //"postinstall": "./node_modules/bower/bin/bower install" | 41 | /*"postinstall": "./node_modules/bower/bin/bower install"*/ |
42 | }, | 42 | }, |
43 | "engines": { | 43 | "engines": { |
44 | "node": ">=0.10.0" | 44 | "node": ">=0.10.0" |
45 | } | 45 | } |
46 | } | 46 | } |
47 | 47 |