You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
471 B
JSON

{
"name": "@joepie91/timer",
"description": "A resettable timer abstraction, with cancellation events",
"version": "1.0.1",
"main": "index.js",
"repository": "http://git.cryto.net/joepie91/node-timer.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^6.2.2"
},
"dependencies": {
"default-value": "^1.0.0",
"validatem": "^0.2.0"
}
}