-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 829 Bytes
/
package.json
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
33
34
{
"name": "thyming",
"version": "0.1.1",
"description": "Small wrappers for setTimeout and setInterval which return methods to cancel them.",
"main": "index.js",
"scripts": {
"test": "semistandard && tape ./test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisinajar/thyming.git"
},
"keywords": [
"setTimeout",
"setInterval",
"functional",
"timeout",
"interval"
],
"author": "Chris Vickery <chrisinajar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisinajar/thyming/issues"
},
"homepage": "https://github.com/chrisinajar/thyming#readme",
"dependencies": {
"assert-function": "^1.0.0"
},
"devDependencies": {
"semistandard": "^8.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
}
}