# HG changeset patch # User Drew Perttula # Date 2016-06-03 11:34:12 # Node ID 2196532a6f0c7b820028c56d8a6fb9a8d38a5195 # Parent b21e31c79f319acae7c1b962a4ebbe87720e5df6 add some rdf js libs Ignore-this: cee2e9a3f59fadcdff454dd18e605ae4 diff --git a/light9/web/lib/bower.json b/light9/web/lib/bower.json --- a/light9/web/lib/bower.json +++ b/light9/web/lib/bower.json @@ -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" } } diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -62,6 +62,7 @@ packages: bower: cd light9/web/lib; bower install + cd light9/web/N3.js; npm install; npm run browser raspberry_pi_virtualenv: mkdir -p env_pi