client/package.json
author rougeronj
Tue, 22 Sep 2015 15:14:10 +0200
changeset 543 5f7bebdcfc0d
parent 528 468b9176c3f3
child 535 4797b25c5dd1
permissions -rw-r--r--
Improve the way we init the view. The data loader send a "loaded" event, hooked by the scene.py and initializing the backbone.history and the view. We don't use redraw_active in save-once and full-json, because it was making the view initialization dependent of these file which are externals. Small fix to hide the "set saved view" button when there is only one view.

{
  "name": "renkan",
  "version": "0.12.4",
  "description": "Renkan client application",
  "repository": {
    "type": "hg",
    "url": "https://www.iri.centrepompidou.fr/dev/hg/renkan"
  },
  "devDependencies": {
    "bower": "^1.5.2",
    "grunt": "^0.4.5",
    "grunt-bower-task": "^0.4.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-connect": "^0.7.1",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-cssmin": "^0.9.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-jst": "^0.6.0",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-text-replace": "^0.4.0",
    "grunt-umd": "^2.3.3",
    "jshint-stylish": "^0.2.0"
  },
  "author": "IRI"
}