client/package.json
author ymh <ymh.work@gmail.com>
Fri, 16 May 2014 09:23:11 +0200
changeset 290 8a6eb26ac87f
child 300 9b74370bcc7f
permissions -rw-r--r--
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.

{
  "name": "renkan",
  "version": "0.7.8",
  "description": "Renkan client application",
  "repository": {
    "type": "hg",
    "url": "https://www.iri.centrepompidou.fr/dev/hg/renkan"
  },
  "devDependencies": {
    "grunt-cli": "^0.1.13",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-concat": "^0.4.0",
    "grunt-contrib-cssmin": "^0.9.0",
    "grunt-contrib-copy": "^0.5.0",
    "jshint-stylish": "^0.2.0",
    "grunt-contrib-connect": "^0.7.1"
  },
  "author": "IRI"
}