{
|
|
"name": "vis",
|
|
"version": "4.17.0-SNAPSHOT",
|
|
"description": "A dynamic, browser-based visualization library.",
|
|
"homepage": "http://visjs.org/",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/almende/vis.git"
|
|
},
|
|
"keywords": [
|
|
"vis",
|
|
"visualization",
|
|
"web based",
|
|
"browser based",
|
|
"javascript",
|
|
"chart",
|
|
"linechart",
|
|
"timeline",
|
|
"graph",
|
|
"network",
|
|
"browser"
|
|
],
|
|
"main": "./dist/vis.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"build": "gulp",
|
|
"watch": "gulp watch",
|
|
"watch-dev": "gulp watch --bundle"
|
|
},
|
|
"dependencies": {
|
|
"emitter-component": "^1.1.1",
|
|
"moment": "^2.12.0",
|
|
"propagating-hammerjs": "^1.4.6",
|
|
"hammerjs": "^2.0.6",
|
|
"keycharm": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.0.0-rc.2",
|
|
"babel-core": "^6.6.5",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.8.0",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
|
|
"babelify": "^7.2.0",
|
|
"clean-css": "^3.4.10",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean-css": "^2.0.11",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-util": "^3.0.7",
|
|
"mocha": "^3.1.2",
|
|
"rimraf": "^2.5.2",
|
|
"uglify-js": "^2.6.2",
|
|
"uuid": "^2.0.1",
|
|
"webpack": "^1.12.14",
|
|
"yargs": "^6.3.0"
|
|
}
|
|
}
|