-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 929 Bytes
/
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
{
"name": "espower-cli",
"description": "Command line tool for power-assert",
"version": "1.1.0",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bin": {
"espower": "./bin/cmd.js"
},
"bugs": "https://github.com/power-assert-js/espower-cli/issues",
"dependencies": {
"concat-stream": "^1.5.0",
"espower-source": "^2.0.0",
"minimist": "^1.1.1"
},
"devDependencies": {
"mocha": "^3.0.0"
},
"files": [
"CHANGELOG.md",
"README.md",
"bin",
"package.json"
],
"homepage": "https://github.com/power-assert-js/espower-cli",
"keywords": [
"power-assert",
"assert",
"assertion",
"test",
"testing"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/power-assert-js/espower-cli.git"
},
"scripts": {
"test": "mocha --reporter dot"
}
}