forked from kriskowal/qq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 Bytes
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.3",
"description": "A heavy-weight library for promises, based on Q",
"homepage": "http://github.com/kriskowal/qq/",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"credits": [
"Mark S. Miller, Google Inc.",
"Edud (Udi) Shapiro"
],
"bugs": {
"mail": "kris@cixar.com",
"web": "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.7.2"
},
"devDependencies": {
"test": ">=0.1.0"
}
}