forked from Viglino/font-gis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 997 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
38
39
40
41
42
{
"name": "font-gis",
"version": "1.0.5",
"description": "Icon font set for use with GIS and spatial analysis tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node serve.js",
"build": "gulp"
},
"keywords": [
"font",
"GIS",
"maps"
],
"author": {
"name": "Jean-Marc Viglino",
"url": "https://github.com/Viglino"
},
"homepage": "https://github.com/Viglino/font-gis",
"repository": {
"type": "git",
"url": "git+https://github.com/Viglino/font-git.git"
},
"license": "Apache-2.0",
"devDependencies": {
"async": "^3.2.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^11.0.0",
"gulp-iconfont-css": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-svgstore": "^7.0.1",
"live-server": "^1.2.1"
},
"dependencies": {
"vinyl-paths": "^3.0.1"
}
}