-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 887 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
{
"name": "benchtable",
"preferGlobal": false,
"version": "0.0.6",
"author": "Ivan Zuzak <[email protected]> (http://ivanzuzak.info)",
"description": "Benchmark.js results in ascii tables for NodeJS",
"bugs": {
"url": "https://github.com/izuzak/benchtable/issues"
},
"homepage": "https://github.com/izuzak/benchtable",
"main": "./benchtable.js",
"repository": {
"type": "git",
"url": "git+https://github.com/izuzak/benchtable.git"
},
"keywords": [
"nodejs",
"benchmarking",
"performance",
"table",
"colors",
"javascript"
],
"dependencies": {
"benchmark": "^2.0.0",
"cli-table": "^0.3.1",
"color-it": "^1.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "Apache-2.0"
}