This repository was archived by the owner on Oct 1, 2019. It is now read-only.
forked from walkermatt/ol-popup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
{
"name": "ol-popup-umd",
"version": "1.3.1",
"description": "Popup overlay for OpenLayers with UMD wrapper",
"main": "dist/bundle.js",
"scripts": {
"release": "webpack --release --verbose",
"build": "webpack --build --verbose",
"serv": "webpack-dev-server",
"start": "npm run serv",
"docs": "node util/docgen.js",
"test": "mocha-phantomjs tests/test.html",
"all": "npm run build && npm run release && npm run test && npm run docs"
},
"repository": {
"type": "git",
"url": "https://github.com/ghettovoice/ol-popup-umd.git"
},
"homepage": "https://github.com/ghettovoice/ol-popup-umd",
"author": "Vladimir Vershinin <ghettovoice@gmail.com>",
"contributors": [
"Matt Walker (http://longwayaround.org.uk)",
"Avi Kelman <patcherton.fixesthings@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ghettovoice/ol-popup-umd/issues"
},
"keywords": [
"ol",
"openlayers",
"ol-popup-umd"
],
"dependencies": {},
"peerDependencies": {
"openlayers": ">=3.14"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"css-loader": "^0.25.0",
"es6-promise": "^4.0.5",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"glob": "^7.1.1",
"lodash": "^4.16.4",
"mocha": "^3.1.2",
"mocha-phantomjs": "^4.1.0",
"node-sass": "^3.10.1",
"openlayers": "^4.0.1",
"postcss-import": "^8.1.2",
"postcss-loader": "^1.1.0",
"precss": "^1.4.0",
"progress-bar-webpack-plugin": "^1.9.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"taffydb": "^2.7.3",
"velocity-animate": "^1.3.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-notifier": "^1.4.1"
},
"files": [
"LICENSE",
"README.md",
"dist",
"src"
]
}