forked from indexzero/daemon.node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 735 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "daemon",
"version" : "0.1.0",
"description" : "Add-on for creating *nix daemons",
"author": "Arthur (Slashed) <arthur@norgic.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" }
],
"repository" : {
"type" : "git",
"url" : "http://github.com/indexzero/daemon.node.git"
},
"main": "./lib/daemon",
"scripts" : {
"preinstall" : "node-waf configure build"
},
"engines" : {
"node" : ">= 0.1.97"
}
}