forked from almende/vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.04 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
{
"name": "vis",
"version": "3.7.2",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"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": "./index",
"scripts": {
"test": "mocha",
"build": "gulp",
"watch": "gulp watch",
"watch-dev": "gulp watch --bundle"
},
"dependencies": {
"emitter-component": "^1.1.1",
"hammerjs": "^1.1.0",
"moment": "^2.7.0",
"keycharm": "^0.1.6"
},
"devDependencies": {
"clean-css": "latest",
"gulp": "^3.8.5",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.6",
"gulp-rename": "^1.2.0",
"gulp-util": "^2.2.19",
"merge-stream": "^0.1.5",
"mocha": "^1.20.1",
"rimraf": "^2.2.8",
"uglify-js": "^2.4.14",
"webpack": "^1.3.1-beta7",
"yargs": "^1.2.6"
}
}