forked from senchalabs/spark
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.15 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
{
"name": "spark2",
"description": "A more powerful node server starter - Fork of the original",
"version": "2.0.12",
"author": "Dav Glass <[email protected]>",
"bugs": { "web" : "http://github.com/davglass/spark2/issues" },
"contributors": [
{ "name": "Dav Glass", "email": "[email protected]" },
{ "name": "Łukasz Piestrzeniewicz", "email": "[email protected]" },
{ "name": "Tim Caswell", "email": "[email protected]" },
{ "name": "TJ Holowaychuk", "email": "[email protected]" },
{ "name": "Naitik Shah", "email": "[email protected]" },
{ "name": "Francisco Treacy", "email": "[email protected]" },
{ "name": "Sergey Belov", "email": "[email protected]"}
],
"bin": { "spark2": "./bin/spark2" },
"engines": { "node": ">= 0.1.199" },
"preferGlobal" : "true",
"dependencies": {
"lsof": ">=0.0.1"
},
"licenses":[
{
"type" : "MIT",
"url" : "https://github.com/davglass/spark2/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/davglass/spark2.git"
}
}