-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (36 loc) · 1.25 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
{
"name": "destructible",
"version": "7.0.0-alpha.72",
"description":
"Controlled demolition of complex objects.",
"keywords":
[
"async", "promises", "cancellation"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "http://bigeasy.github.com/destructible",
"bugs": "http://bigeasy.github.com/destructible/issues",
"license": "MIT",
"repository":
{
"url": "bigeasy/destructible",
"type": "git"
},
"dependencies":
{
"extant": "2.0.0-alpha.5",
"interrupt": "11.0.0-alpha.26",
"nop": "1.0.0",
"perhaps": "0.0.13"
},
"devDependencies":
{
"proof": "^9.0.1",
"rescue": "7.0.0-alpha.19"
},
"main": "destructible",
"scripts":
{
"test": "proof test/*.t.js"
}
}