| Current Path : /etc/kibana/node_modules/big-time/ |
| Current File : //etc/kibana/node_modules/big-time/package.json |
{
"name": "big-time",
"version": "2.0.1",
"description": "Big time makes it possible to have a timeout that is longer than 24.8 days (2^31-1 milliseconds).",
"author": "Adam Bretz <arbretz@gmail.com>",
"main": "lib/index.js",
"homepage": "https://github.com/arb/big-time",
"repository": {
"type": "git",
"url": "git://github.com/arb/big-time.git"
},
"bugs": {
"url": "https://github.com/arb/big-time/issues"
},
"license": "MIT",
"scripts": {
"test": "npm run lint && lab -v -a code -c -m 10000",
"lint": "belly-button -f"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"belly-button": "4.x.x",
"lab": "14.x.x"
}
}