forked from pgte/fugue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 780 Bytes
/
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
{ "name" : "fugue"
, "description" : "Unicorn for node"
, "version" : "0.1.0"
, "homepage" : "http://www.metaduck.com/fugue"
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com> (http://www.metaduck.com)"
, "contributors" :
[ "Pedro Teixeira <pedro.teixeira@gmail.com>",
"Luis Reis"
]
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/pgte/fugue.git"
}
, "bugs" :
{ "mail" : "pedro.teixeira@gmail.com"
, "web" : "http://github.com/pgte/fugue/issues"
}
, "directories" : { "lib" : "./lib" }
, "engines" : { "node" : ">=0.3.2" }
, "scripts" : { "install" : "node-waf configure build"}
, "dependencies" :
{ "carrier" : ">=0.0.4"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/pgte/fugue/raw/master/LICENSE"
}
]
}