set-interval
Version:
start and clear interval without setting a variable
35 lines (34 loc) • 738 B
JSON
{
"name": "set-interval",
"version": "2.1.3",
"description": "start and clear interval without setting a variable",
"main": "./src/SetInterval.js",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "https://github.com/shystruk/SetIntervalJS"
},
"scripts": {
"report-coverage": "cat ./coverage/lcov.info | codecov",
"coverage": "nyc report --reporter=lcov",
"test": "nyc ava && npm run coverage"
},
"keywords": [
"setInterval",
"interval",
"clearInterval"
],
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.24.0",
"codecov.io": "^0.1.6",
"nyc": "^11.3.0"
}
}