-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.06 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "volt",
"version": "0.1.0",
"description": "VOLT Ontology and Linked-data Technology",
"author": "Blake Regalia <[email protected]> (http://blake-regalia.com)",
"license": "ISC",
"repository": "blake-regalia/volt.js",
"files": [
"dist"
],
"main": "dist/volt/engine.js",
"keywords": [
"volt",
"ontology",
"linked-data",
"semantic-web"
],
"scripts": {
"test": "gulp"
},
"install": "cd ./node_modules/ace/tool && npm install",
"engines": {
"node": ">=1.0.0",
"npm": ">=1.1.65"
},
"dependencies": {
"body-parser": "^1.15.1",
"classer": "^0.3.2",
"cli-color": "^1.1.0",
"clone": "^1.0.2",
"extend": "^3.0.0",
"graphy": "^1.3.1",
"merge": "^1.2.0",
"n3": "^0.4.5",
"node-uuid": "^1.4.7",
"qs": "^6.2.0",
"rapunzel": "^0.1.12",
"spaz": "^0.2.1",
"turtle-validator": "^1.0.1"
},
"devDependencies": {
"amd-loader": "0.0.5",
"babel-cli": "^6.4.5",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"ebnf-parser": "^0.1.10",
"extend": "^3.0.0",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-jison": "^1.2.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-node-inspector": "^0.1.0",
"gulp-nsp": "^2.3.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-yaml": "^1.0.1",
"isparta": "^4.0.0",
"jison": "^0.4.17",
"js-yaml": "^3.5.2",
"lex-parser": "^0.1.4",
"mkdirp": "^0.5.1",
"plist": "^1.2.0",
"progress": "^1.1.8",
"requestretry": "^1.6.0",
"should": "^9.0.0",
"through2": "^2.0.1"
}
}