forked from mxriverlynn/jasmine.async
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (50 loc) · 1.13 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
{
"name": "Jasmine.Async",
"description": "Make Jasmine's asynchronous testing suck less.",
"version": "0.1.0",
"homepage": "https://github.com/derickbailey/jasmine.async",
"keywords": [
"jasmine",
"async",
"unit",
"test",
"browser"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/derickbailey/jasmine.async/blob/master/readme.md"
}
],
"author": {
"name": "Derick Bailey",
"email": "[email protected]",
"web": "http://derickbailey.lostechies.com"
},
"bugs": {
"web": "https://github.com/derickbailey/jasmine.async/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/derickbailey/jasmine.async.git"
},
"github": "https://github.com/derickbailey/jasmine.async",
"devDependencies": {
"grunt": "*",
"grunt-rigger": "*"
},
"volo": {
"url": "https://raw.github.com/derickbailey/jasmine.async/v{version}/lib/jasmine.async.js",
"dependencies": {
}
},
"jam":{
"dependencies": {
},
"main": "lib/jasmine.async.js",
"include": [
"lib/jasmine.async.js",
"readme.md"
]
}
}