-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 909 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
{
"name": "micron-runner",
"version": "0.0.12",
"description": "Benchmark runner",
"main": "micron.js",
"bin": {
"micron-runner": "./micron-cli.js"
},
"directories": {
"template": "template"
},
"dependencies": {
"chalk": "^2.4.2",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5"
},
"devDependencies": {
"eslint": "^5.16.0",
"mongoose": "^5.4.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanhuay/micron-runner",
"web": "https://github.com/ivanhuay/micron-runner"
},
"keywords": [
"test",
"benchmark",
"runner"
],
"author": "ivanhuay@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanhuay/micron-runner/issues"
},
"homepage": "https://gitlab.com/ivanhuay/micron-runner#README"
}