| author | ymh <ymh.work@gmail.com> |
| Fri, 15 Jul 2016 11:43:33 +0200 | |
| changeset 629 | 2d916332faf4 |
| parent 623 | dad99f0ea54c |
| child 631 | 26480a3604b4 |
| 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", |
| 623 | 3 |
"version": "00.12.20", |
|
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": { |
|
495
444b80998255
update client version + small correction in dojoConfig to load ckeditor jquery adapter
ymh <ymh.work@gmail.com>
parents:
493
diff
changeset
|
10 |
"bower": "^1.5.2", |
|
600
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
11 |
"grunt": "^1.0.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
|
12 |
"grunt-bower-task": "^0.4.0", |
|
600
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
13 |
"grunt-contrib-clean": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
14 |
"grunt-contrib-concat": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
15 |
"grunt-contrib-connect": "^1.0.1", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
16 |
"grunt-contrib-copy": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
17 |
"grunt-contrib-cssmin": "^1.0.1", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
18 |
"grunt-contrib-jshint": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
19 |
"grunt-contrib-jst": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
20 |
"grunt-contrib-requirejs": "^1.0.0", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
21 |
"grunt-contrib-uglify": "^1.0.1", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
22 |
"grunt-contrib-watch": "^1.0.0", |
|
500
fb3a062bc720
define grunt task to change version numbers in projects files
ymh <ymh.work@gmail.com>
parents:
497
diff
changeset
|
23 |
"grunt-text-replace": "^0.4.0", |
|
600
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
24 |
"grunt-umd": "^2.3.5", |
|
e12243191095
correct jquery dependency in renkan renderer + problem with CKEditor + version
ymh <ymh.work@gmail.com>
parents:
598
diff
changeset
|
25 |
"jshint-stylish": "^2.1.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
|
26 |
}, |
| 597 | 27 |
"author": "IRI", |
28 |
"license": "CECILL-B" |
|
|
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
|
29 |
} |