-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 915 Bytes
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
{
"name": "@here/harp-terrain-datasource-example",
"version": "0.0.3",
"description": "",
"main": "./src/app.js",
"scripts": {
"start": "webpack-dev-server -d",
"build": "webpack -p"
},
"keywords": [],
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"repository": {
"type": "git",
"url": "git://github.com:heremaps/harp-terrain-datasource.git"
},
"license": "Apache-2.0",
"devDependencies": {
"copy-webpack-plugin": "^4.5.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@here/harp-geoutils": "^0.3.1",
"@here/harp-map-controls": "^0.2.1",
"@here/harp-mapview": "^0.8.1",
"@here/harp-terrain-datasource": "github:heremaps/harp-terrain-datasource",
"dat.gui": "^0.7.2",
"three": "^0.102.0"
},
"publishConfig": {
"access": "public"
}
}