forked from almende/vis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "vis",
"version": "4.9.0",
"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.min.js",
"scripts": {
"test": "mocha",
"build": "gulp",
"watch": "gulp watch",
"watch-dev": "gulp watch --bundle"
},
"dependencies": {
"emitter-component": "^1.1.1",
"hammerjs": "^2.0.4",
"keycharm": "^0.2.0",
"moment": "^2.10.2",
"propagating-hammerjs": "^1.4.3",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel": "^5.1.11",
"babel-loader": "^5.0.0",
"babelify": "^6.0.2",
"clean-css": "^3.2.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"mocha": "^2.2.4",
"rimraf": "^2.3.2",
"uglify-js": "^2.4.20",
"webpack": "^1.8.5",
"yargs": "^3.7.2"
},
"browserify": {
"transform": [
"babelify"
]
}
}