diff -r 32e5f491ba1d -r 8a6eb26ac87f client/package.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/package.json Fri May 16 09:23:11 2014 +0200 @@ -0,0 +1,23 @@ +{ + "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" +}