-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "minion",
"version": "1.1.0",
"dependencies": {
"binaryjs": "git://github.com/chmille4/binaryjs.git",
"bluebird": "^3.4.0",
"console-stamp": "^0.2.2",
"ejs": "^2.3.1",
"express": "^4.12.3",
"follow-redirects": "0.0.3",
"is-there": "^4.0.0",
"jasmine-node": "^1.14.5",
"last-record-stream": "^1.0.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"shortid": "^2.2.2"
},
"description": "iobio server",
"devDependencies": {
"node-samtools": "git://github.com/chmille4/node-samtools.git",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"jasmine": "^2.3.1",
"request": "^2.55.0"
},
"scripts": {
"test": "istanbul cover --root ./lib --dir ./spec/coverage jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/chmille4/iobio.git"
},
"keywords": [
"iobio",
"websocket",
"server"
],
"files": [
"LICENSE",
"Readme.md",
"index.js",
"lib/"
],
"author": "Chase Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/chmille4/iobio/issues"
},
"homepage": "https://github.com/chmille4/iobio"
}