-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 818 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 818 Bytes
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
{
"name": "drone-server",
"version": "1.0.0",
"author": "makesites",
"contributors": [
{ "name": "Makis Tracend", "email": "makis@makesit.es" }
],
"homepage": "http://www.makesites.org/drone",
"description": "Multi app node server, designed for minimal footprint and modular architecture",
"keywords": ["node.js", "server", "drone"],
"repository": {
"type": "git",
"url": "https://github.com/makesites/drone"
},
"bugs": {
"url": "https://github.com/makesites/drone/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT license",
"url": "http://makesites.org/licenses/MIT"
}
],
"engines": {
"node": ">=0.10.x"
},
"main": "index",
"dependencies": {
"cluster-master": "0.2.1",
"express": "4.16.4",
"http-proxy": "1.11.1",
"vhost": "3.0.0"
},
"devDependencies": {
}
}