client/package.json
changeset 290 8a6eb26ac87f
child 300 9b74370bcc7f
equal deleted inserted replaced
289:32e5f491ba1d 290:8a6eb26ac87f
       
     1 {
       
     2   "name": "renkan",
       
     3   "version": "0.7.8",
       
     4   "description": "Renkan client application",
       
     5   "repository": {
       
     6     "type": "hg",
       
     7     "url": "https://www.iri.centrepompidou.fr/dev/hg/renkan"
       
     8   },
       
     9   "devDependencies": {
       
    10     "grunt-cli": "^0.1.13",
       
    11     "grunt": "^0.4.5",
       
    12     "grunt-contrib-jshint": "^0.10.0",
       
    13     "grunt-contrib-uglify": "^0.4.0",
       
    14     "grunt-contrib-requirejs": "^0.4.4",
       
    15     "grunt-contrib-clean": "^0.5.0",
       
    16     "grunt-contrib-concat": "^0.4.0",
       
    17     "grunt-contrib-cssmin": "^0.9.0",
       
    18     "grunt-contrib-copy": "^0.5.0",
       
    19     "jshint-stylish": "^0.2.0",
       
    20     "grunt-contrib-connect": "^0.7.1"
       
    21   },
       
    22   "author": "IRI"
       
    23 }