-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
executable file
·65 lines (65 loc) · 1.92 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
{
"name": "vts-browser-js",
"version": "2.15.10",
"description": "JavaScript WebGL 3D maps rendering engine",
"main": "src/browser/index.js",
"scripts": {
"test": "echo 'There are no tests implemented yet'",
"install": "npm-git install",
"clean": "node_modules/.bin/rimraf build",
"dev": "WEBPACK_ENV=dev node_modules/.bin/webpack --progress --colors --watch --hide-modules",
"dist": "NODE_ENV=production node_modules/.bin/webpack --progress --colors --hide-modules",
"start": "node_modules/.bin/webpack-dev-server --content-base ./ --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melown/vts-browser-js.git"
},
"keywords": [
"Web",
"JavaScript",
"3D",
"map",
"WebGL"
],
"author": "http://melown.com",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/melown/vts-browser-js/issues"
},
"homepage": "https://github.com/melown/vts-browser-js#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"install": "^0.8.7",
"license-webpack-plugin": "^0.4.3",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"serve": "^5.0.4",
"style-loader": "^0.16.1",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"worker-loader": "^0.8.0"
},
"dependencies": {
"earcut": "^2.1.0",
"geographiclib": "^1.47.0",
"npm-git-install": "^0.3.0"
},
"gitDependencies": {
"proj4": "https://github.com/melown/proj4js.git#master"
}
}