forked from UDST/vizicities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.22 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "vizicities",
"version": "0.3.0",
"description": "A framework for 3D geospatial visualisation in the browser",
"main": "dist/vizicities.js",
"scripts": {
"test": "gulp",
"lint": "gulp lint",
"test-browser": "gulp test-browser",
"watch": "gulp watch",
"build": "gulp build",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/UDST/vizicities.git"
},
"keywords": [
"mapping",
"geography",
"cities",
"3d",
"webgl",
"three.js",
"maps",
"data",
"visualisation",
"geojson",
"gis"
],
"author": "ViziCities <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/UDST/vizicities/issues"
},
"homepage": "https://github.com/UDST/vizicities",
"devDependencies": {
"babel-core": "^5.2.17",
"babel-eslint": "^6.0.4",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"del": "^1.1.1",
"eslint": "^2.12.0",
"glob": "^5.0.14",
"gulp": "^3.8.10",
"gulp-babel": "^5.0.0",
"gulp-eslint": "^1.0.0",
"gulp-filter": "^3.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.6",
"isparta": "^3.0.3",
"json-loader": "^0.5.3",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
},
"babelBoilerplateOptions": {
"entryFileName": "vizicities",
"mainVarName": "VIZI",
"mochaGlobals": [
"stub",
"spy",
"expect",
"sandbox",
"mock",
"useFakeTimers",
"useFakeXMLHttpRequest",
"useFakeServer"
]
},
"dependencies": {
"earcut": "^2.0.8",
"eventemitter3": "^1.1.1",
"geojson-merge": "^0.1.0",
"hammerjs": "^2.0.6",
"lodash.assign": "^4.0.2",
"lodash.throttle": "^4.0.0",
"lru-cache": "^4.0.0",
"reqwest": "^2.0.5",
"three": "^0.77.0",
"topojson": "^1.6.24",
"xhr2": "^0.1.3"
}
}