This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 2.46 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "cytoscape",
"version": "2.4.0",
"license": "LGPL-3.0+",
"description": "Graph theory (a.k.a. network) library for analysis and visualisation",
"homepage": "http://js.cytoscape.org",
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js.git"
},
"bugs": {
"url": "https://github.com/cytoscape/cytoscape.js/issues"
},
"author": {
"name": "Max Franz",
"email": "maxkfranz@gmail.com",
"url": "http://maxfranz.com"
},
"contributors": [
{
"name": "Christian Lopes",
"email": "chrtannus@gmail.com"
},
{
"name": "Yue Dong",
"email": "oryato@gmail.com"
},
{
"name": "Onur Sumer",
"email": "s.onur.sumer@gmail.com"
},
{
"name": "Gerardo Huck",
"email": "gerardohuck@gmail.com"
},
{
"name": "Alexandr Truhin (bumbu)",
"email": "bmbalex@gmail.com"
}
],
"keywords": [
"graph",
"graph-theory",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"visualisation",
"visualization",
"requirejs",
"amd",
"commonjs",
"node",
"npm",
"nodejs",
"bower",
"jquery",
"biojs"
],
"engines": {
"node": ">=0.6"
},
"main": "dist/cytoscape.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"sniper": "biojs-sniper ."
},
"devDependencies": {
"benchmark": "^1.0.0",
"biojs-sniper": "^0.1.1",
"bluebird": "^2.0.2",
"browserify": "^6.3.2",
"chai": "^1.9.0",
"del": "^1.1.1",
"gulp": "^3.5.2",
"gulp-benchmark": "^1.1.1",
"gulp-concat": "^2.2.0",
"gulp-cssmin": "^0.1.4",
"gulp-decompress": "^1.0.2",
"gulp-download": "0.0.1",
"gulp-htmlmin": "^0.1.2",
"gulp-inject": "^0.4.1",
"gulp-jshint": "^1.5.5",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.2.0",
"gulp-shell": "^0.2.4",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^1.1.0",
"gulp-zip": "^3.0.0",
"handlebars": "^1.3.0",
"highlight.js": "^8.0.0",
"jshint-stylish": "^0.2.0",
"jsonlint": "^1.6.2",
"marked": "^0.3.1",
"mocha": "^1.17.1",
"run-sequence": "^0.3.6",
"vinyl-paths": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"sniper": {
"js": [
"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js",
"/build/cytoscape.browserify.js"
],
"first": "images"
},
"spm": {
"main": "dist/cytoscape.js"
}
}