-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
61 lines (61 loc) · 1.28 KB
/
package.json
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
58
59
60
61
{
"name": "rdfstore",
"version": "0.9.17",
"description": "RDF graph store supporting the SPARQL query language",
"scripts": {
"test": "gulp specs"
},
"keywords": [
"RDF",
"SPARQL",
"graph",
"store"
],
"author": {
"name": "Antonio Garrote",
"email": "<[email protected]>"
},
"engines": {
"node": ">=0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/antoniogarrote/rdfstore-js.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "src/store",
"devDependencies": {
"acorn": "^1.0.1",
"async": "^0.9.0",
"bower-resolve": "^2.2.1",
"browserify": "7.0.0",
"debowerify": "^1.2.0",
"escodegen": "^1.6.1",
"glob": "^5.0.3",
"gulp": "3.9.1",
"gulp-browserify": "~0.5.1",
"gulp-clean": "~0.3.1",
"gulp-closure-compiler": "~0.4.0",
"gulp-electron": "0.0.8",
"gulp-jasmine": "^2.3.0",
"gulp-rename": "~1.2.2",
"lodash": "^2.4.1",
"minimatch": "^2.0.4",
"moment": "^2.9.0",
"pegjs": "^0.10.0",
"vinyl-source-stream": "^1.0.0"
},
"optionalDependencies": {
"sqlite3": "^3.0.5",
"indexeddb-js": "0.0.14"
},
"dependencies": {
"jsonld": "^0.4.11",
"n3": "^0.5.0"
}
}