-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.41 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
59
60
61
62
63
64
65
{
"name": "babel-plugin-espower",
"description": "Babel plugin for power-assert",
"version": "3.0.1",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/power-assert-js/babel-plugin-espower/issues",
"contributors": [
{
"name": "James Talmage",
"url": "https://github.com/jamestalmage"
}
],
"dependencies": {
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"call-matcher": "^1.0.0",
"core-js": "^2.0.0",
"espower-location-detector": "^1.0.0",
"espurify": "^1.6.0",
"estraverse": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"mocha": "^5.0.0"
},
"directories": {
"lib": "./lib",
"test": "./test"
},
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"index.js",
"create.js",
"lib",
"package.json"
],
"homepage": "https://github.com/power-assert-js/babel-plugin-espower",
"keywords": [
"assert",
"assertion",
"babel",
"babel-plugin",
"power-assert",
"test",
"testing",
"transform"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/power-assert-js/babel-plugin-espower.git"
},
"scripts": {
"test": "mocha --timeout 0"
}
}