changeset 1316:2196532a6f0c

add some rdf js libs Ignore-this: cee2e9a3f59fadcdff454dd18e605ae4
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 03 Jun 2016 11:34:12 +0000
parents b21e31c79f31
children 4c6d88aa9e26
files light9/web/lib/bower.json makefile
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/lib/bower.json	Thu Jun 02 06:40:12 2016 +0000
+++ b/light9/web/lib/bower.json	Fri Jun 03 11:34:12 2016 +0000
@@ -8,10 +8,15 @@
     "underscore": "~1.8.3",
     "jquery-ui": "~1.11.4",
     "QueryString": "http://unixpapa.com/js/QueryString.js",
-    "knockout": "~3.4.0"
+    "knockout": "~3.4.0",
+    "sylvester": "~0.1.3",
+    "d3": "~3.5.17",
+    "rdflib.js": "https://github.com/linkeddata/rdflib.js.git#920e59fe37",
+    "rdfstore": "https://github.com/antoniogarrote/rdfstore-js.git#b3f7c0c9c1da9b26261af0d4858722fa982411bb",
+    "N3.js": "https://github.com/RubenVerborgh/N3.js.git#04f4e21f4ccb351587dc00a3f26340b28d4bb10f"
   },
   "resolutions": {
     "paper-styles": "^1.1.4",
-    "web-animations-js": "^2.2.0"
+    "rdflib.js": "920e59fe37"
   }
 }
--- a/makefile	Thu Jun 02 06:40:12 2016 +0000
+++ b/makefile	Fri Jun 03 11:34:12 2016 +0000
@@ -62,6 +62,7 @@
 
 bower:
 	cd light9/web/lib; bower install
+	cd light9/web/N3.js; npm install; npm run browser
 
 raspberry_pi_virtualenv:
 	mkdir -p env_pi