forked from huanglii/city-selector-control
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 859 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 859 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
{
"name": "city-selector-control",
"version": "0.2.2",
"description": "A City Selector Control for Mapbox GL JS",
"main": "src/index.js",
"style": "dist/city-selector-control.css",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"mapbox",
"mapbox-gl",
"control",
"city selector"
],
"repository": {
"type": "git",
"url": "git@github.com:huanglii/city-selector-control.git"
},
"author": "huangli",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"rollup": "^1.12.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-uglify": "^3.0.0"
}
}