20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"name": "jsbench-full",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nodemixaholic/jsbench-full.git"
|
|
},
|
|
"author": "Samuel Lord",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nodemixaholic/jsbench-full/issues"
|
|
},
|
|
"homepage": "https://github.com/nodemixaholic/jsbench-full#readme"
|
|
}
|