wishthis/node_modules/pretty-hrtime/package.json

26 lines
557 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "pretty-hrtime",
2022-01-21 08:28:41 +00:00
"description": "process.hrtime() to words",
2022-04-08 10:55:35 +00:00
"version": "1.0.3",
2022-01-21 08:28:41 +00:00
"homepage": "https://github.com/robrich/pretty-hrtime",
2022-04-08 10:55:35 +00:00
"repository": "git://github.com/robrich/pretty-hrtime.git",
"author": "Rob Richardson (http://robrich.org/)",
"main": "./index.js",
2022-01-21 08:28:41 +00:00
"keywords": [
"hrtime",
"benchmark"
],
2022-04-08 10:55:35 +00:00
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"should": "^11.1.1"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "mocha && jshint ."
},
2022-04-08 10:55:35 +00:00
"engines": {
"node": ">= 0.8"
},
"license": "MIT"
2022-01-21 08:28:41 +00:00
}