forked from cytoscape/cytoscape.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 4.51 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "cytoscape",
"version": "3.6.0-unstable",
"license": "MIT",
"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": "Max Franz",
"email": "maxkfranz@gmail.com",
"url": "http://maxfranz.com"
},
{
"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": "Dylan Fong",
"email": "dylanfong.ut@gmail.com"
},
{
"name": "Joseph Stahl",
"email": "joseph@josephstahl.com"
}
],
"keywords": [
"graph",
"graph-theory",
"network",
"node",
"edge",
"vertex",
"link",
"analysis",
"visualisation",
"visualization",
"draw",
"render",
"biojs",
"cytoscape"
],
"engines": {
"node": ">=0.10"
},
"main": "dist/cytoscape.cjs.js",
"scripts": {
"lint": "eslint src benchmark",
"build": "rollup -c",
"build:esm": "cross-env FILE=esm rollup -c",
"build:cjs": "cross-env FILE=cjs rollup -c",
"build:umd": "cross-env FILE=umd rollup -c",
"build:min": "cross-env FILE=min rollup -c",
"clean": "rimraf build/*",
"copyright": "update license",
"dist:copy": "cpy build/cytoscape.umd.js build/cytoscape.min.js build/cytoscape.cjs.js build/cytoscape.esm.js dist",
"dist": "cross-env NODE_ENV=production run-s build dist:*",
"release": "run-s copyright dist docs",
"postpublish": "run-s docs:push",
"watch": "run-s watch:fast",
"watch:sync": "livereload \"build, debug\"",
"watch:http": "http-server -s -c -1 -o",
"watch:fast": "run-p watch:sync watch:http watch:build:fast",
"watch:umd": "run-p watch:sync watch:http watch:build:umd",
"watch:build:fast": "cross-env FILE=umd SOURCEMAPS=true BABEL=false NODE_ENV=development rollup -c -w",
"watch:build:umd": "cross-env FILE=umd SOURCEMAPS=true NODE_ENV=development rollup -c -w",
"watch:build:cjs": "cross-env FILE=cjs SOURCEMAPS=true NODE_ENV=development rollup -c -w",
"test": "mocha -r esm",
"test:build": "cross-env TEST_BUILD=true mocha",
"ci:build": "run-s build test:build lint",
"ci": "run-s test lint",
"sniper": "sniper .",
"docs": "run-s docs:build docs:js",
"docs:js": "cpy build/cytoscape.min.js documentation/js",
"docs:build": "node documentation/docmaker.js",
"docs:push": "gh-pages -d documentation",
"benchmark": "run-s benchmark:single",
"benchmark:download": "download https://raw.githubusercontent.com/cytoscape/cytoscape.js/master/dist/cytoscape.js --out build --filename cytoscape.benchmark.js",
"benchmark:all:exec": "node benchmark/all",
"benchmark:all": "run-s benchmark:download benchmark:all:exec",
"benchmark:single:exec": "node benchmark/single",
"benchmark:single": "run-s benchmark:download benchmark:single:exec"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"benchmark": "^2.1.4",
"bluebird": "^3.5.0",
"chai": "^4.1.2",
"cpy-cli": "^2.0.0",
"cross-env": "^5.1.3",
"download-cli": "^1.0.5",
"eslint": "^5.5.0",
"esm": "^3.0.8",
"gh-pages": "^2.0.1",
"handlebars": "^4.0.5",
"highlight.js": "^9.15.6",
"http-server": "^0.11.1",
"jsonlint": "^1.6.2",
"livereload": "^0.7.0",
"marked": "^0.6.0",
"mocha": "^6.0.2",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.2",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-license": "^0.8.1",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-size-snapshot": "^0.8.0",
"rollup-plugin-terser": "^4.0.2",
"sniper": "^0.2.17",
"update": "^0.7.4",
"updater-license": "^1.0.0"
},
"sniper": {
"js": [
"https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js",
"/build/cytoscape.js"
],
"first": "images"
},
"dependencies": {
"heap": "^0.2.6",
"lodash.debounce": "^4.0.8"
}
}