-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "biojs2galaxy",
"version": "0.0.6",
"description": "Continous integration of BioJS components into Galay",
"main": "index.js",
"keywords": [
"biojs",
"galaxy"
],
"bin": {
"biojs2galaxy": "./biojs2galaxy.js"
},
"repository": {
"type": "git",
"url": "git://github.com/biojs/biojs2galaxy"
},
"bugs": {
"url": "https://github.com/biojs/biojs2galaxy/issues"
},
"homepage": "https://github.com/biojs/biojs2galaxy",
"author": "greenify",
"license": "GPLv3",
"dependencies": {
"biojs-events": "0.0.4",
"bluebird": "^2.3.11",
"browserify": "^8.1.3",
"child-process-promise": "^1.0.0",
"commander": "^2.8.1",
"fs-extra": "^0.12.0",
"fs-promise": "^0.3.0",
"gulp": "^3.8.10",
"gulp-chmod": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"inst": "^0.1.4",
"lodash": "^3.10.0",
"minilog": "^2.0.6",
"mustache": "^0.8.2",
"npm-registry": "^0.1.11",
"request-promise": "^0.3.2",
"stream-to-promise": "^1.0.4",
"tmp": "0.0.24",
"to-slug": "0.0.0",
"vinyl-source-stream": "^1.0.0"
}
}