-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 915 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
36
{
"name": "qq",
"version": "0.3.5",
"description": "Out of service - A heavy-weight library for promises, based on Q",
"homepage": "http://github.com/kriskowal/qq/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"credits": [
"Mark S. Miller, Google Inc.",
"Edud (Udi) Shapiro"
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/qq/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/qq/raw/master/LICENSE"
}
],
"main": "qq.js",
"repository": {
"type": "git",
"url": "git://github.com/kriskowal/qq.git"
},
"engines": {
"node": ">=0.2.0",
"teleport": ">=0.2.0"
},
"dependencies": {
"q": "0.8.4"
},
"devDependencies": {
"test": ">=0.1.0"
}
}