22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"name": "microseconds",
|
|
"version": "0.2.0",
|
|
"description": "microsecond parser",
|
|
"keywords": [
|
|
"microseconds",
|
|
"microtime",
|
|
"time parser"
|
|
],
|
|
"homepage": "https://github.com/kamicane/microseconds#readme",
|
|
"bugs": "https://github.com/kamicane/microseconds/issues",
|
|
"repository": "github:kamicane/microseconds",
|
|
"license": "MIT",
|
|
"author": "Valerio Proietti <kamicane@gmail.com>",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1",
|
|
"prettier-plugin-packagejson": "^2.0.6",
|
|
"standard": "^14.3.1"
|
|
}
|
|
}
|