1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "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"
| }
| }
|
|