--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/annotviz/package.json Tue Jan 13 10:46:05 2015 +0100
@@ -0,0 +1,45 @@
+{
+ "name": "annotviz",
+ "description": "Mons annotviz",
+ "repository": "https://www.iri.centrepompidou.fr/dev/hg/mons",
+ "version": "0.0.0",
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "dist": "NODE_ENV=production gulp dist"
+ },
+ "devDependencies": {
+ "bower": "^1.3.12",
+ "browserify": "^5.12.1",
+ "browserify-shim": "^3.7.0",
+ "connect": "^2.25.9",
+ "connect-livereload": "^0.4.0",
+ "debowerify": "^0.8.1",
+ "gulp": "3.8.7",
+ "gulp-autoprefixer": "^0.0.10",
+ "gulp-cache": "^0.2.2",
+ "gulp-changed": "^1.0.0",
+ "gulp-concat": "^2.3.5",
+ "gulp-csso": "^0.2.9",
+ "gulp-debug": "^1.0.1",
+ "gulp-imagemin": "^1.0.1",
+ "gulp-jshint": "^1.8.4",
+ "gulp-less": "^1.3.5",
+ "gulp-livereload": "^2.1.1",
+ "gulp-load-plugins": "^0.6.0",
+ "gulp-rename": "^1.2.0",
+ "gulp-rimraf": "^0.1.0",
+ "gulp-size": "^1.1.0",
+ "gulp-uglify": "^1.0.1",
+ "gulp-util": "^3.0.1",
+ "jshint-stylish": "^0.4.0",
+ "mocha": "^1.21.4",
+ "opn": "^1.0.0",
+ "partialify": "^3.1.1",
+ "run-sequence": "^1.0.2",
+ "should": "^4.0.4",
+ "vinyl-source-stream": "^0.1.1"
+ },
+ "dependencies": {}
+}