server/src/package.json
changeset 90 00c9bb0f6f37
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/package.json	Mon Jul 25 12:13:09 2016 +0200
@@ -0,0 +1,20 @@
+{
+  "name": "metaeducation",
+  "version": "0.0.17",
+  "description": "Metaeductaion",
+  "main": "index.js",
+  "scripts": {
+    "build": "rm -fr metaeducation/static/metaeducation && broccoli build metaeducation/static/metaeducation"
+  },
+  "author": "IRI",
+  "license": "CECILL-B",
+  "repository": "https://wwww.iri.centrepompidou.fr/dev/hg/metaeducation",
+  "devDependencies": {
+    "babel-polyfill": "^6.9.1",
+    "broccoli": "^0.16.9",
+    "broccoli-babel-transpiler": "^5.5.0",
+    "broccoli-cli": "^1.0.0",
+    "broccoli-funnel": "^1.0.3",
+    "broccoli-merge-trees": "^1.1.2"
+  }
+}