-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 903 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
35
36
37
38
39
40
41
42
43
44
{
"name": "periodic",
"description": "Reliable periodic events.",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/periodic.git"
},
"homepage": "https://github.com/juliangruber/periodic",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"testling" : {
"files" : "test/*.js",
"browsers" : [
"ie/6..latest",
"chrome/20..latest",
"firefox/3.6..latest",
"safari/5.0.5..latest",
"opera/11.0..latest",
"iphone/6", "ipad/6"
]
},
"dependencies": {},
"devDependencies": {
"tape": "~0.3.0"
},
"keywords": [
"timer",
"setTimeout",
"setInterval",
"interval",
"events",
"repeated",
"periodic"
],
"author": {
"name": "Julian Gruber",
"email": "[email protected]",
"url": "http://juliangruber.com"
},
"license": "MIT"
}