This repository has been archived by the owner on Feb 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.04 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
{
"name": "biojs-registry-workmen",
"description": "The backend worker for the BioJS registry",
"version": "0.2.0",
"homepage": "https://github.com/biojs/biojs-registry-workmen",
"author": {
"name": "BioJS",
"email": "biojs-technical@googlegroups.com"
},
"repository": {
"type": "git",
"url": "git://github.com/biojs/biojs-registry-workmen.git"
},
"bugs": {
"url": "https://github.com/biojs/biojs-registry-workmen/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/biojs/biojs-registry-workmen/blob/master/LICENSE"
}
],
"main": "server.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"bin": {
"registry-workmen": "server.js"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"start": "node server.js 5000"
},
"dependencies": {
"biojs-events": "0.0.4",
"biojs-util-snippets": "^0.1.16",
"bluebird": "^2.3.11",
"compression": "^1.1.0",
"dateformat": "^1.0.8",
"deepcopy": "^0.3.3",
"emailjs": "^0.3.12",
"express": "^4.9.4",
"express-winston": "^0.2.12",
"github": "^0.2.2",
"irc": "^0.3.9",
"js-yaml": "^3.2.7",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"moment": "^2.9.0",
"mongodb": "^1.4.14",
"mquery": "^1.2.0",
"nedb": "^0.11.1",
"node-request-caching": "git://github.com/greenify/node-request-caching",
"npm-keywords": "^1.0.4",
"npm-publish-stream": "^1.0.2",
"npm-registry": "^0.1.11",
"request": "^2.44.0",
"request-promise": "^0.4.0",
"response-time": "^2.2.0",
"semver": "^4.2.0",
"swig": "^1.4.2",
"traverse": "^0.6.6",
"twit": "^1.1.19",
"underscore": "^1.7.0",
"winston": "^0.8.3",
"winston-mongodb": "^0.5.3"
},
"devDependencies": {
"chai": "~1.8.0",
"gulp": "^3.8.10",
"gulp-mocha": "^2.0.0",
"mocha": "~1.10.0",
"nock": "^0.47.0",
"sinon": "^1.10.3"
},
"keywords": [],
"subdomain": "biojs-registry-workmen",
"domains": [
"workmen.biojs.net",
"*.biojs.net"
]
}