forked from JudeHu/maptalks.TextPath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 814 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
{
"name": "maptalks.textpath",
"version": "0.1.0",
"description": "Add URL hashes to web pages with maptalks",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"main": "dist/maptalks.textpath.js",
"module": "dist/maptalks.textpath.es.js",
"jsnext:main": "dist/maptalks.textpath.es.js",
"files" : [
"dist/maptalks.textpath.js",
"dist/maptalks.textpath.min.js",
"dist/maptalks.textpath.es.js"
],
"scripts": {
"version": "gulp minify && git add -A dist",
"prepublish": "gulp minify"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.0",
"maptalks": ">=0.40.0",
"maptalks-build-helpers": "^0.4.2"
},
"peerDependencies": {
"maptalks": ">=0.40.0"
},
"dependencies": {}
}