forked from kriskowal/q
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "q",
"version": "0.8.4",
"description": "A library for promises (CommonJS/Promises/A,B,D)",
"homepage": "http://github.com/kriskowal/q/",
"author": "Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"keywords": [
"q",
"promise",
"deferred",
"future",
"async",
"fluent",
"browser",
"node"
],
"contributors": [
"Kris Kowal <[email protected]> (http://github.com/kriskowal/)",
"Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
"Domenic Denicola <[email protected]> (http://domenicdenicola.com)"
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kriskowal/q/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/q/raw/master/LICENSE"
}
],
"main": "q.js",
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/q.git"
},
"engines": {
"node": ">=0.2.0",
"teleport": ">=0.2.0"
},
"dependencies": {},
"devDependencies": {
"test": ">=0.3.0",
"jshint": "*"
},
"scripts": {
"test": "node test/all.js"
},
"overlay": {
"teleport": {
"dependencies": {
"system": ">=0.0.4"
}
}
},
"directories": {
"test": "./test"
}
}