forked from kriszyp/promised-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 946 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
{
"name": "promised-io",
"version": "0.3.0",
"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 <dean@deanlandolt.com",
"Nathan Stott <nathan.stott@whiteboard-it.com>",
"Mark Wubben <mark@novemberborn.net>",
"Vladimir Dronnikov <dronnikov@gmail.com>"
],
"keywords": [
"promise",
"io"
],
"mappings": {
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.5"
},
"directories": {
"lib": "."
},
"main": "./promise",
"devDependencies":{
"patr": ">0.2.6",
"vows": ">=0.5.10"
}
}