-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
41 lines (41 loc) · 857 Bytes
/
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
{
"name": "empower-core",
"description": "Power Assert feature enhancer for assert function/object",
"main": "build/empower-core.js",
"license": "MIT",
"ignore": [
"**/.*",
"gulpfile.js",
"node_modules",
"package.json",
"coverage",
"test"
],
"keywords": [
"power-assert",
"test",
"assert",
"testing"
],
"authors": [
{
"name": "Takuto Wada",
"email": "[email protected]",
"homepage": "https://github.com/twada"
},
{
"name": "James Talmage",
"homepage": "https://github.com/jamestalmage"
}
],
"homepage": "https://github.com/twada/empower-core",
"repository": {
"type": "git",
"url": "git://github.com/twada/empower-core.git"
},
"devDependencies": {
"mocha": "~2.2.4",
"requirejs": "~2.1.17",
"buster.js": "~0.7.0"
}
}