forked from picorana/sparqling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "sparqling",
"version": "1.0.0",
"description": "a graphical tool to write sparql queries",
"main": "gulpfile.js",
"devDependencies": {
"cytoscape": "^3.2.0",
"cytoscape-cola": "^2.2.3",
"cytoscape-cxtmenu": "^3.0.0",
"dragula": "^3.7.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-less": "*",
"gulp-uglify-es": "^1.0.1",
"jquery": "^3.3.1",
"merge2": "^1.2.1",
"popper.js": "*",
"simple-scrollbar": "^0.4.0",
"sparqljs": "*",
"tinycolor2": "^1.4.0",
"tooltip.js": "*",
"webcola": "^3.3.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"uglify": "gulp compress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picorana/painless_sparql.git"
},
"keywords": [
"owl",
"graphol",
"sparql",
"queries"
],
"author": "Sara Di Bartolomeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/picorana/painless_sparql/issues"
},
"homepage": "https://github.com/picorana/painless_sparql#readme"
}