-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "babel-plugin-empower-assert",
"description": "Babel plugin to convert assert to power-assert at compile time",
"version": "2.0.0",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/power-assert-js/babel-plugin-empower-assert/issues",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"mocha": "^5.0.0",
"xtend": "^4.0.1"
},
"peerDependencies": {
"power-assert": "^1.0.0"
},
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"index.js",
"package.json"
],
"homepage": "https://github.com/power-assert-js/babel-plugin-empower-assert",
"keywords": [
"assert",
"power-assert",
"babel",
"babel-plugin"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/power-assert-js/babel-plugin-empower-assert.git"
},
"scripts": {
"test": "mocha --timeout 0"
}
}