forked from wikipathways/pvjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 3.94 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
{
"name": "pvjs",
"version": "2.4.73",
"description": "Diagram viewer and editor for biological pathways.",
"main": "./index.js",
"engines": {
"node": ">= 0.10.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp testLocalhost"
},
"repository": {
"type": "git",
"url": "https://github.com/wikipathways/pvjs.git"
},
"keywords": [
"pathway",
"network",
"biology",
"node",
"edge",
"diagram"
],
"author": "Pvjs team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wikipathways/pvjs/issues"
},
"homepage": "http://wikipathways.github.io/pvjs",
"gitHead": "044be6618ee72b932fcb90f4369eb61706f3cfb9",
"readmeFilename": "README.md",
"browserify": {
"transform": [
"brfs",
"deglobalify"
]
},
"browser": {
"cheerio": false,
"commander": false,
"d3": false
},
"dependencies": {
"JSONStream": "^1.0.4",
"base-url": "^1.0.0",
"blueimp-load-image": "~1.13.0",
"gpml2pvjson": "git://github.com/wikipathways/gpml2pvjson-js.git#1.0.6",
"he": "^0.5.0",
"highland": "~2.3.0",
"hyperquest": "^1.2.0",
"iconv-lite": "~0.4.7",
"insert-css": "~0.2.0",
"jsondiffpatch": "~0.1.31",
"kaavio": "git://github.com/wikipathways/kaavio.git#2.3.12",
"kaavio-editor": "git://github.com/wikipathways/kaavio-editor.git#2.3.11",
"mithril": "^0.2.0",
"promisescript": "~1.1.0",
"rx": "^3.0.0",
"rx-node": "^1.0.1",
"tower-strcase": "~0.5.0",
"url": "^0.10.3",
"wikipathways-api-client": "git://github.com/wikipathways/wikipathways-api-client-js.git#1.0.6"
},
"devDependencies": {
"argv": "0.0.2",
"async": "~0.7.0",
"autopolyfiller": "^1.6.1",
"bdd-with-opts": "0.0.4",
"bower": "latest",
"brfs": "~1.0.2",
"browser-launcher": "^1.0.0",
"browser-sync": "~2.7.7",
"browserify": "~10.2.3",
"chai": "~2.1.2",
"chai-as-promised": "latest",
"chromedriver": "~2.10.0-1",
"colors": "~0.6.2",
"connect": "~2.14.3",
"deglobalify": "~0.2.0",
"ecstatic": "~0.5.8",
"es6ify": "~1.6.0",
"event-stream": "~3.1.7",
"express": "~3.4.7",
"factor-bundle": "^2.4.1",
"freeport": "~1.0.4",
"grunt-cli": "^0.1.13",
"gulp": "~3.8.6",
"gulp-autopolyfiller": "^1.2.1",
"gulp-brfs": "0.0.5",
"gulp-browserify": "~0.5.0",
"gulp-build-branch": "~0.1.4",
"gulp-bump": "~0.1.11",
"gulp-changed": "~0.3.0",
"gulp-git": "~0.5.6",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "~0.5.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-open": "~0.2.8",
"gulp-regex-replace": "~0.2.3",
"gulp-rename": "~1.2.0",
"gulp-sequence": "~0.3.1",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.0.2",
"gulp-util": "~2.2.14",
"image-diff": "~1.0.1",
"imagemagick-native": "^1.7.0",
"inquirer": "~0.8.0",
"jaguarjs-jsdoc": "0.0.1",
"lodash": "^3.9.3",
"matchdep": "~0.1.2",
"minimize": "~0.7.6",
"mkdirp": "~0.5.0",
"mocha": "~1.18.2",
"mockserver": "~1.1.0",
"node-notifier": "^4.2.3",
"perceptualdiff": "^1.4.0",
"polyfill-service": "^1.4.0",
"pretty-data": "~0.40.0",
"pretty-hrtime": "~0.2.1",
"prompt": "~0.2.13",
"q": "~1.0.1",
"reload": "~0.1.0",
"rsyncwrapper": "~0.4.1",
"run-sequence": "~0.3.6",
"rx": "^2.5.3",
"rx-node": "^1.0.1",
"scriptloader": "^1.1.1",
"selenium-launcher": "git://github.com/ariutta/nodejs-selenium-launcher",
"selenium-standalone": "~2.44.0-7",
"semi": "^4.0.3",
"spawn-mocha-parallel": "~1.0.0",
"through": "^2.3.7",
"tmp": "0.0.26",
"uglify": "~0.1.1",
"vinyl": "^0.4.6",
"vinyl-buffer": "~1.0.0",
"vinyl-fs": "^1.0.0",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "~0.1.1",
"vinyl-sourcemaps-apply": "^0.1.4",
"watchify": "~3.2.2",
"wd": "^0.3.12",
"yargs": "~1.2.6"
}
}