-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
46 lines (46 loc) · 1002 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
37
38
39
40
41
42
43
44
45
46
{
"name": "promised-io",
"version": "0.3.6",
"author": {
"name": "Kris Zyp"
},
"description": "Promise-based IO",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repository": {
"type":"git",
"url":"http://github.com/kriszyp/promised-io"
},
"contributors": [
"Dean Landolt <[email protected]",
"Nathan Stott <[email protected]>",
"Mark Wubben <[email protected]>",
"Vladimir Dronnikov <[email protected]>"
],
"keywords": [
"promise",
"io"
],
"mappings": {
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.5"
},
"directories": {
"lib": "."
},
"main": "./promise",
"devDependencies":{
"patr": ">=0.2.6",
"promises-aplus-tests": "*"
},
"scripts": {
"test": "node tests/"
}
}