UNPKG

1.12 kBJSONView Raw
1{
2 "name": "map-promisified",
3 "version": "0.4.0",
4 "author": {
5 "name": "soal",
6 "email": "sorrrow.about.alice@pm.me",
7 "url": "https://github.com/soal"
8 },
9 "description": "Wrapper for Mapbox Gl JS library that gives nice Promise-based API to asynchronous map functions",
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/soal/map-promisified.git"
14 },
15 "private": false,
16 "main": "dist/mapPromisify.js",
17 "scripts": {
18 "build": "webpack",
19 "test": "echo \"Error: no test specified\" && exit 1"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.1.2",
23 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
24 "@babel/preset-env": "^7.1.0",
25 "@types/mapbox-gl": "^0.49.1",
26 "babel-loader": "^8.0.4",
27 "cache-loader": "^1.2.5",
28 "case-sensitive-paths-webpack-plugin": "^2.1.2",
29 "fork-ts-checker-webpack-plugin": "^0.4.14",
30 "terser-webpack-plugin": "^1.1.0",
31 "thread-loader": "^1.2.0",
32 "ts-loader": "^5.3.0",
33 "tslint": "^5.11.0",
34 "typescript": "^3.1.6",
35 "webpack": "^4.25.0",
36 "webpack-cli": "^3.1.2"
37 }
38}