time-events-manager
Version:
View and Manage Javascript's timeout and interval collections
55 lines (54 loc) • 1.45 kB
JSON
{
"name": "time-events-manager",
"version": "0.1.1",
"description": "View and Manage Javascript's timeout and interval collections",
"main": "dist/main.min.js",
"typings": "dist/main.d.ts",
"scripts": {
"build": "tsc && webpack || echo not ok"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bargoldi/time-events-manager.git"
},
"keywords": [
"javascript",
"time",
"events",
"timing",
"events",
"timeout",
"interval",
"timer-events-manager",
"view-timeouts",
"javascript-view-timeouts",
"manage-timeouts",
"view-intervals",
"javascript-view-intervals",
"manage-intervals",
"timeout-collection",
"interval-collection"
],
"author": "Ziv Polack and Bar Goldinfeld",
"license": "MIT",
"bugs": {
"url": "https://github.com/bargoldi/time-events-manager/issues"
},
"homepage": "https://github.com/bargoldi/time-events-manager#readme",
"devDependencies": {
"copy": "^0.3.0",
"dts-bundle": "^0.7.2",
"fs-extra": "^2.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "0.0.15",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-typescript": "^3.1.6",
"ts-loader": "^2.0.3",
"typescript": "2.0.0",
"uglifyjs-webpack-plugin": "^0.4.3",
"unminified-webpack-plugin": "^1.2.0",
"webpack": "^2.4.1"
}
}