-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
44 lines (44 loc) · 1.18 KB
/
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
40
41
42
43
44
{
"name": "leaflet-plugin-trackplayback",
"version": "1.0.5",
"description": "track playback plugin based on leaflet",
"main": "dist/leaflet.trackplayback.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js src --fix",
"webpack": "webpack --config webpack.config.js",
"build": "npm run lint && npm run webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linghuam/Leaflet.TrackPlayback.git"
},
"keywords": [
"leaflet",
"track",
"playback",
"locus",
"canvas"
],
"author": "linghuam",
"license": "MIT",
"bugs": {
"url": "https://github.com/linghuam/Leaflet.TrackPlayback/issues"
},
"homepage": "https://github.com/linghuam/Leaflet.TrackPlayback#readme",
"devDependencies": {
"copy-webpack-plugin": "^4.5.3",
"eslint": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}