boss-timer
Version:
Timer for node
30 lines (29 loc) • 605 B
JSON
{
"name": "boss-timer",
"version": "2.0.1",
"description": "Timer for node",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuisseran/boss-timer.git"
},
"keywords": [
"nodejs",
"timer",
"boss"
],
"author": "Andrew Garvin",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuisseran/boss-timer/issues"
},
"homepage": "https://github.com/fuisseran/boss-timer#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"tsd": "^0.6.5"
}
}