File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Meantime" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A lightweight abstraction for the JavaScript Timer API." ,
5+ "main" : " meantime.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/christianbundy/meantime.git"
12+ },
13+ "keywords" : [
14+ " timer" ,
15+ " timers" ,
16+ " timeout" ,
17+ " interval" ,
18+ " setTimeout" ,
19+ " setInterval" ,
20+ " clearTimeout" ,
21+ " clearInterval" ,
22+ " time"
23+ ],
24+ "author" :
" Christian Bundy <[email protected] > (http://christianbundy.com/)" ,
25+ "license" : " FPL" ,
26+ "bugs" : {
27+ "url" : " https://github.com/christianbundy/meantime/issues"
28+ },
29+ "homepage" : " https://github.com/christianbundy/meantime"
30+ }
You can’t perform that action at this time.
0 commit comments