overtimer
Version:
Mission critical updateable javascript timer. It can handle overtimes also limits.
45 lines (44 loc) • 1.19 kB
JSON
{
"version": "0.1.6",
"name": "overtimer",
"description": "Mission critical updateable javascript timer. It can handle overtimes also limits.",
"main": "dist/overtimer.min.js",
"license": "MIT",
"keywords": [
"ecosystem:javascript",
"javascript",
"js",
"timer",
"settimeout",
"setinterval",
"timespan",
"timestamp",
"time",
"moment",
"repeater",
"delay"
],
"repository": {
"type": "git",
"url": "https://github.com/centrual/overtimer.git"
},
"author": {
"name": "Oğuz Özcan",
"email": "centrual@outlook.com",
"url": "https://github.com/centrual/"
},
"bugs": {
"url": "https://github.com/centrual/overtimer/issues",
"email" : "centrual@outlook.com"
},
"scripts": {
"test": "node test/index.js",
"build": "node_modules/.bin/babel src/overtimer.js -o dist/overtimer.js --source-maps && npm run uglify",
"uglify": "node_modules/.bin/uglifyjs dist/overtimer.js -c -m --keep-fnames -o dist/overtimer.min.js"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.3.2",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
}
}