forked from zipang/daemon.node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.12 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
{
"name": "daemon",
"version": "1.1.0",
"description": "Add-on for creating *nix daemons",
"author": "Roman Shtylman <shtylman@gmail.com>",
"contributors": [
{
"name": "Pedro Teixeira",
"email": "pedro.teixeira@gmail.com"
},
{
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
{
"name": "James Halliday",
"email": "mail@substack.net"
},
{
"name": "Zak Taylor",
"email": "zak@dobl.com"
},
{
"name": "Daniel Bartlett",
"email": "dan@f-box.org"
},
{
"name": "Charlie McConnell",
"email": "charlie@charlieistheman.com"
},
{
"name": "Josh Holbrook",
"email": "josh@nodejitsu.com"
},
{
"name": "Arthur (Slashed)",
"email": "arthur@norgic.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/daemon.node.git"
},
"scripts": {
"test": "mocha --ui qunit test/*.js"
},
"devDependencies": {
"mocha": "1.8.1",
"after": "0.6.0"
},
"main": "./index.js",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
}