-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "disco-node",
"description": "An OData and SPARQL endpoint to be part of the d!sco network",
"version": "0.0.1",
"author": {
"name": "The d!sco Network",
"email": "hq@disco-network.org"
},
"repository": {
"type": "git",
"url": "https://github.com/disco-network/disco-node.git"
},
"dependencies": {
"irony": "git+https://github.com/mnemonic101/irony.git",
"odata-rdf-interface": "git+https://github.com/disco-network/odata-rdf-interface.git"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.0",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^2.1.1",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.0.2",
"gulp-util": "^3.0.7",
"json-ld-macros": "git+https://github.com/antoniogarrote/json-ld-macros.git",
"merge2": "^1.0.2",
"reflect-metadata": "^0.1.3",
"run-sequence": "^1.2.2",
"tslint": "^3.13.0",
"typescript": "^2.1.1"
},
"main": "build/lib/server.js",
"typings": "source/lib/server.ts",
"directories": {
"doc": "doc",
"lib": "lib/src"
},
"scripts": {
"test": "gulp specs",
"build": "gulp build",
"postinstall": "gulp build",
"server": "node ./build/lib/server.js",
"store": "cd ../apache-jena-fuseki-*/ && ./fuseki-server --config ../disco-node/build/db/fuseki-conf.ttl",
"explorer": "cd ../disco-explorer/ && npm run server"
},
"keywords": [
"OData",
"SPARQL",
"Ontology",
"Discussion",
"Deliberation",
"eParticipation",
"Collective Intelligence"
],
"license": "MIT"
}