File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+
3+ # see also JSON validator http://jsonformatter.curiousconcept.com
4+
25run :
36 NODE_PATH=.:../tabulator-firefox/content/js/rdf/dist/ node server.js \
47 -v --uriBase http://localhost:3000/test/ --fileBase ` pwd` /test/
Original file line number Diff line number Diff line change 33 "description" : " Read-write linked data web server based on express and rdflib.js" ,
44 "version" : " 0.1.0" ,
55 "private" : false ,
6+ "author" : { "name" : " Tim Berners-Lee" , "email" : " timbl@w3.org" },
7+ "license" : " MIT" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/linkeddata/node-ldp-httpd"
11+ },
12+ "homepage" : " http://github.com/linkeddata/node-ldp-httpd" ,
13+ "bugs" : " http://github.com/linkeddata/node-ldp-httpd/issues" ,
614 "dependencies" : {
715 "express" : " 3.x" ,
816 "mime" : " 1.x" ,
917 "node-regexp" : " " ,
1018 "optimist" : " 0.6" ,
1119 "raw-body" : " 1.x" ,
12- "rdflib" : " >=0.1.0 " ,
20+ "rdflib" : " git://github.com/linkeddata/rdflib.js.git " ,
1321 "response-time" : " 2.x"
22+ },
23+ "files" : [ " server.js" , " test" , " Makefile" ],
24+ "main" : " server.js" ,
25+ "scripts" : {
26+ "start" : " node server.js"
1427 }
1528}
You can’t perform that action at this time.
0 commit comments