-
Notifications
You must be signed in to change notification settings - Fork 68
/
bower.json
69 lines (69 loc) · 1.4 KB
/
bower.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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "power-assert",
"description": "Power Assert in JavaScript",
"main": "build/power-assert.js",
"license": "MIT",
"ignore": [
"**/.*",
"package.json",
"index.js",
"test",
"enable_power_assert.js"
],
"keywords": [
"power-assert",
"test",
"assert",
"testing",
"ecmascript",
"ast"
],
"authors": [
{
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
{
"name": "azu",
"url": "https://github.com/azu"
},
{
"name": "Masahiro Wakame",
"url": "https://github.com/vvakame"
},
{
"name": "Yosuke Furukawa",
"url": "https://github.com/yosuke-furukawa"
},
{
"name": "Teppei Sato",
"url": "https://github.com/teppeis"
},
{
"name": "Kenta Mori",
"url": "https://github.com/zoncoen"
},
{
"name": "falsandtru",
"url": "https://github.com/falsandtru"
},
{
"name": "James Talmage",
"url": "https://github.com/jamestalmage"
},
{
"name": "Lesha Koss",
"url": "https://github.com/LeshaKoss"
},
{
"name": "Daijirō Wachi",
"url": "https://github.com/watilde"
}
],
"homepage": "https://github.com/power-assert-js/power-assert",
"repository": {
"type": "git",
"url": "git://github.com/power-assert-js/power-assert.git"
}
}