forked from epointal/lf-hiker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 859 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
{
"name": "lf-hiker",
"version": "1.13.0",
"description": "plugin for wordpress for display track with profil elevation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "C:\\\\Users\\\\elisabeth\\\\depots\\\\lfh-hiker"
},
"keywords": [
"leaflet",
"marker",
"track"
],
"author": "epointal",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-less": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-regex-replace": "^0.2.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-typescript": "^3.2.1",
"gulp-uncss": "^1.0.6",
"typescript": "^2.4.1"
},
"dependencies": {
"vinyl": "^2.2.0"
}
}