vis-timeline
Version:
Create a fully customizable, interactive timeline with items and ranges.
80 lines (79 loc) • 2.71 kB
JSON
{
"name": "vis-timeline",
"version": "5.0.0",
"description": "Create a fully customizable, interactive timeline with items and ranges.",
"homepage": "https://github.com/visjs/vis-timeline",
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "git://github.com/visjs/vis-timeline.git"
},
"bugs": {
"url": "https://github.com/visjs/vis-timeline/issues"
},
"keywords": [
"vis",
"visualization",
"javascript",
"chart",
"linechart",
"timeline",
"graph"
],
"main": "./dist/vis-timeline-graph2d.min.js",
"scripts": {
"test": "mocha --exit --require @babel/register",
"test-cov": "nyc --reporter=lcov mocha --exit --require @babel/register",
"js:graph2d": "rollup --config rollup.config.js",
"css:graph2d": "concat-glob-cli -f 'lib/{timeline,shared}/**/*.css' -o dist/vis-timeline-graph2d.css",
"uglify:css:graph2d": "uglifycss dist/vis-timeline-graph2d.css > dist/vis-timeline-graph2d.min.css",
"build:graph2d": "npm run js:graph2d && npm run css:graph2d && npm run uglify:css:graph2d",
"build": "npm run js:graph2d && npm run css:graph2d && npm run uglify:css:graph2d",
"watch": "npm run css:graph2d && npm run uglify:css:graph2d && rollup --watch --config rollup.config.js",
"lint": "eslint '{src,test}/**/*.{m,}{j,t}s{x,}'",
"clean": "rimraf 'dist/*'",
"contributors:update": "git-authors-cli",
"postinstall": "opencollective postinstall || exit 0",
"preparepublish": "npm run contributors:update"
},
"dependencies": {
"emitter-component": "^1.1.1",
"hammerjs": "^2.0.8",
"keycharm": "^0.2.0",
"moment": "^2.20.1",
"propagating-hammerjs": "^1.4.6",
"vis-data": "^6.1.0",
"vis-util": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"concat-glob-cli": "^0.1.0",
"cpy-cli": "^2.0.0",
"eslint": "^4.3.0",
"jsdoc": "^3.5.5",
"jsdom": "11.3.0",
"jsdom-global": "^3.0.2",
"git-authors-cli": "^1.0.18",
"mocha": "^5.2.0",
"nyc": "^11.2.1",
"opencollective": "^1.0.3",
"rimraf": "^2.6.1",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-banner": "^0.2.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.2",
"uglify-js": "^3.6.0",
"uglifycss": "0.0.29"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/visjs",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}