forked from glowbox/maptasticjs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 841 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
{
"name": "maptastic",
"version": "3.0.0",
"main": "dist/maptastic.js",
"license": "SEE LICENSE IN license.txt",
"author": "ben purdy (https://github.com/benpurdy)",
"contributors": [
"florian segginger (https://github.com/floriansegginger)",
"austin ce <austin.cawley@gmail.com>(https://github.com/austince)"
],
"files": [
"license.txt",
"src/**/*",
"dist/**/*"
],
"scripts": {
"build": "rollup --config -o dist/maptastic.js",
"clean": "rimraf dist"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"rimraf": "^2.6.2",
"rollup": "^1.27.9",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {}
}