author | cavaliet |
Mon, 27 Oct 2014 17:22:48 +0100 | |
changeset 72 | 99658249716c |
parent 13 | 435d5c15275a |
permissions | -rw-r--r-- |
1 | 1 |
{ |
2 |
"name": "mons", |
|
3 |
"version": "0.0.0", |
|
4 |
"description": "Mons client application", |
|
5 |
"main": "app.js", |
|
6 |
"repository": { |
|
7 |
"type": "mercurial", |
|
8 |
"url": "http://www.iri.centrepompidou.fr/dev/hg/mons" |
|
9 |
}, |
|
10 |
"author": "IRI", |
|
11 |
"license": "Cecill-C", |
|
12 |
"devDependencies": { |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
13 |
"bower": "^1.3.12", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
14 |
"del": "^0.1.3", |
1 | 15 |
"grunt-cli": "^0.1.13", |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
16 |
"gulp": "~3.8.8", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
17 |
"gulp-angular-templatecache": "^1.4.2", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
18 |
"gulp-concat": "~2.4.1", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
19 |
"gulp-csslint": "^0.1.5", |
1 | 20 |
"gulp-filesize": "0.0.6", |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
21 |
"gulp-flatten": "0.0.4", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
22 |
"gulp-jshint": "~1.8.5", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
23 |
"gulp-load-plugins": "~0.7.0", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
24 |
"gulp-minify-css": "^0.3.10", |
1 | 25 |
"gulp-rename": "^1.2.0", |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
26 |
"gulp-uglify": "^1.0.1", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
27 |
"gulp-util": "^3.0.1", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
28 |
"gulp-webserver": "^0.8.3", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
29 |
"karma": "^0.12.23", |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
30 |
"karma-chrome-launcher": "^0.1.4", |
1 | 31 |
"karma-jasmine": "^0.1.5" |
32 |
} |
|
33 |
} |