-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 1.81 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
{
"name": "knetmaps",
"version": "2.2.2-SNAPSHOT",
"license": "MIT",
"description": "Interactive network visualization tool for intuitive exploratory analysis of heterogeneous knowledge graphs",
"main": "knetmaps.js",
"unpkg": "kentmaps.js",
"engines": {
"node": ">=11.15"
},
"files": [
"dist"
],
"homepage": "http://knetminer.rothamsted.ac.uk/KnetMaps/",
"repository": {
"type": "git",
"url": "git+https://github.com/Rothamsted/knetmaps.js.git"
},
"bugs": {
"url": "https://github.com/Rothamsted/knetmaps.js/issues"
},
"author": "Ajit Singh",
"contributors": [
"Joseph Hearnshaw",
"Dr. Keywan Hassani-Pak <[email protected]>"
],
"keywords": [
"network",
"visualisation",
"visualization",
"node",
"npm",
"nodejs",
"gulp",
"cytoscapejs",
"biojs"
],
"directories": {
"doc": "docs"
},
"dependencies": {
"node": "^11.5.0",
"yargs-parser": "^2.4.1"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.3.1",
"gulp-connect": "^2.3.1",
"gulp-csso": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.2",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.7",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.5",
"wiredep": "^3.0.0",
"yargs": "^4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}