@gamestdio/clock
Version:
A simple clock/ticker implementation to track elapsed/delta time.
30 lines (29 loc) • 675 B
JSON
{
"name": "@gamestdio/clock",
"version": "1.1.9",
"description": "A simple clock/ticker implementation to track elapsed/delta time.",
"author": "Endel Dreyer <endel.dreyer@gmail.com>",
"keywords": [
"clock",
"ticker",
"delta",
"time"
],
"repository": {
"type": "git",
"url": "git://github.com/endel/clock.js.git"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"test": "npm run prepublish && mocha test",
"prepublish": "rimraf ./dist && tsc"
},
"license": "MIT",
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.3.3",
"rimraf": "^2.5.2",
"typescript": "^2.2.2"
}
}