| author | ymh <ymh.work@gmail.com> |
| Thu, 19 Mar 2015 22:33:18 +0100 | |
| changeset 408 | 471685caca92 |
| parent 405 | 269c65c9db79 |
| child 410 | 97f2c763376c |
| permissions | -rw-r--r-- |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{ |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
"name": "renkan", |
| 408 | 3 |
"version": "0.8.6", |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
"description": "Renkan client application", |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
"repository": { |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
"type": "hg", |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
"url": "https://www.iri.centrepompidou.fr/dev/hg/renkan" |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
}, |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
"devDependencies": { |
|
344
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
10 |
"bower": "^1.3.12", |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
"grunt": "^0.4.5", |
|
344
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
12 |
"grunt-bower-task": "^0.4.0", |
|
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
13 |
"grunt-cli": "^0.1.13", |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
"grunt-contrib-clean": "^0.5.0", |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
"grunt-contrib-concat": "^0.4.0", |
|
344
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
16 |
"grunt-contrib-connect": "^0.7.1", |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
"grunt-contrib-copy": "^0.5.0", |
|
344
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
18 |
"grunt-contrib-cssmin": "^0.9.0", |
|
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
19 |
"grunt-contrib-jshint": "^0.10.0", |
|
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
20 |
"grunt-contrib-requirejs": "^0.4.4", |
|
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
21 |
"grunt-contrib-uglify": "^0.4.0", |
|
e616c4fff297
start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
312
diff
changeset
|
22 |
"jshint-stylish": "^0.2.0" |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
}, |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
"author": "IRI" |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
} |