-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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": "ml-visjs-graph-ng",
"version": "2.4.0",
"description": "Graph visualizations for Angular app with VisJS, using triples stored in MarkLogic",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-minify-html": "^1.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.2.0",
"jasmine": "^2.4.1",
"karma": "^1.1.2",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"wiredep": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickmcelwee/ml-visjs-graph-ng.git"
},
"keywords": [
"MarkLogic",
"Visualization",
"Graph",
"VisJS",
"Semantics",
"Triples"
],
"author": "Patrick McElwee <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/patrickmcelwee/ml-visjs-graph-ng/issues"
},
"homepage": "https://github.com/patrickmcelwee/ml-visjs-graph-ng#readme"
}