-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
30
31
32
33
34
35
{
"name" : "composers",
"version" : "0.1.2",
"description" : "Framework for abstracting nuances of asynchronous coding.",
"keywords" : ["node", "composer", "future", "promise", "graph", "scope", "async"],
"repository" : {
"type" : "git",
"url" : "http://github.com/Obvious/composers.git"
},
"homepage" : "https://github.com/Obvious/composers",
"author" : {
"name" : "David Byttow",
"email" : "david@obvious.com",
"url" : "https://github.com/guitardave24"
},
"licenses": [{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"author": {
"name": "David Byttow",
"email": "guitardave@gmail.com",
"url": "http://twitter.com/guitardave24"
},
"main" : "./lib/composers.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"graphviz": "0.0.7",
"microtime": "0.3.1",
"node-uuid": "1.3.3",
"q": "0.8.5"
}
}