-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 962 Bytes
/
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
{
"name": "amap-geohash-layer",
"version": "1.0.2",
"description": "geohash mesh layer for AMap",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/*.js --fix",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haowen737/amap-geohash-layer.git"
},
"keywords": [
"amap",
"geohash"
],
"files": [
"lib"
],
"author": "Haowen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haowen737/amap-geohash-layer/issues"
},
"homepage": "https://github.com/haowen737/amap-geohash-layer#readme",
"dependencies": {
"ngeohash": "^0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}