-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 908 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
{
"name": "patr",
"author": "Kris Zyp",
"description": "Promise-based asynchronous test runner",
"version": "0.2.6",
"contributors": [],
"keywords": [
"test",
"promise"
],
"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/patr"
},
"mappings": {
"promised-io": "http://github.com/kriszyp/promised-io/zipball/v0.2.3"
},
"githubName": "patr",
"type": "zip",
"location": "http://github.com/kriszyp/patr/zipball/master",
"dependencies": {
"promised-io": ">0.2.3"
},
"directories": { "lib": "." },
"main": "./runner",
"icon": "http://packages.dojofoundation.org/images/persvr.png"
}