forked from markuslerner/travelscope
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.98 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "travelscope",
"version": "2.6.0",
"description": "Interactive worldmap of visa-free travel using Three.js and D3.js",
"author": "Markus Lerner <[email protected]>",
"engines": {
"node": "9.6.1",
"npm": ">=4.1.1"
},
"scripts": {
"start": "gulp",
"dev": "gulp",
"build": "gulp build",
"clean": "gulp clean"
},
"main": "src/client.js",
"repository": {
"type": "git",
"url": "git+https://github.com/markuslerner/travelscope.git"
},
"license": "MIT",
"keywords": [
"babel",
"3d",
"map",
"datavisualisation"
],
"devDependencies": {
"babel-eslint": "^6.1.2",
"babelify": "^7.3.0",
"browser-sync": "2.26.7",
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"del": "^2.2.2",
"envify": "^3.4.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "4.2.0",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7",
"loose-envify": "^1.2.0",
"run-sequence": "^1.2.2",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"babel-core": "^6.13.2",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"connect-history-api-fallback": "^1.1.0",
"d3": "^3.4.11",
"gulp": "^3.9.1",
"jquery": "^3.5.0",
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.13.0",
"lodash": "4.17.21",
"npm-check-updates": "^3.1.18",
"three": "^0.80.0",
"tween.js": "^16.3.5"
}
}