mirror of
https://github.com/FullScreenShenanigans/TimeHandlr.git
synced 2026-08-12 02:18:18 -07:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "TimeHandlr",
|
|
"description": "A timed events library that provides flexible alternatives to setTimeout and setInterval that respect pauses resumes, and extensibility.",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/TimeHandlr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/TimeHandlr/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/FullScreenShenanigans/TimeHandlr/blob/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"chai": "2.2.X",
|
|
"grunt": "0.4.X",
|
|
"grunt-cli": "0.1.X",
|
|
"grunt-contrib-copy": "0.8.X",
|
|
"grunt-contrib-uglify": "0.8.X",
|
|
"grunt-mocha-phantomjs": "0.6.X",
|
|
"grunt-tslint": "2.0.X",
|
|
"grunt-typescript": "0.6.X",
|
|
"mocha": "~2.2.X",
|
|
"tslint": "~2.0.X",
|
|
"typescript": "~1.4.X"
|
|
}
|
|
} |