-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 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
{
"name": "js_benchmarks",
"version": "1.0.0",
"description": "Benchmarks in JS for developers that wants to create the most effective code!",
"main": "cli.js",
"scripts": {
"start": "node cli",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baradm100/JS_Benchmarks.git"
},
"keywords": [
"JS",
"Node",
"benchmark"
],
"author": "Bar Admoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/baradm100/JS_Benchmarks/issues"
},
"homepage": "https://github.com/baradm100/JS_Benchmarks#readme",
"dependencies": {
"benchmark": "^2.1.4",
"keypress": "^0.2.1"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"jsxBracketSameLine": true
}
}