forked from IGNF/itowns-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 745 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 745 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
{
"name": "itowns",
"version": "1.0.0",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"main": "dist/itowns.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"start": "webpack-dev-server -d --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iTowns/itowns.git"
},
"license": "(CECILL-B OR MIT)",
"bugs": {
"url": "https://github.com/iTowns/itowns/issues"
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"jquery": "^2.0.0",
"three": "0.74.0",
"string_format": "^0.0.6"
},
"devDependencies": {
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}