-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 901 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
{
"name": "longdomap.markercluster",
"version": "1.0.0",
"description": "none",
"main": "index.js",
"scripts": {
"test": "npx webpack-dev-server --open",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belkey/longdomap.markercluster.git"
},
"author": "belkey",
"license": "MIT",
"bugs": {
"url": "https://github.com/belkey/longdomap.markercluster/issues"
},
"homepage": "https://github.com/belkey/longdomap.markercluster#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.4",
"kind-of": ">=6.0.3",
"minimist": ">=0.2.1",
"serialize-javascript": "^4.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}