mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
33 lines
672 B
JSON
33 lines
672 B
JSON
|
{
|
||
|
"name": "reinterval",
|
||
|
"version": "1.1.0",
|
||
|
"description": "reschedulable setInterval for node.js",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha tests/"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/4rzael/reInterval.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"node",
|
||
|
"nodejs",
|
||
|
"setInterval",
|
||
|
"retimer",
|
||
|
"schedule"
|
||
|
],
|
||
|
"author": "4rzael",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/4rzael/reInterval/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/4rzael/reInterval",
|
||
|
"devDependencies": {
|
||
|
"mocha": "^2.3.4",
|
||
|
"chai": "^3.4.1",
|
||
|
"chai-as-promised": "^5.1.0",
|
||
|
"es6-shim": "^0.33.13"
|
||
|
}
|
||
|
}
|