forked from Templarian/MaterialDesign-Webfont
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 2.13 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@andes/icons",
"version": "1.1.28",
"description": "Andes WebFont Icons, aimed for health applications",
"style": "css/andes-icons.css",
"scripts": {
"build": "npm run fontello:install && node setup.js && npm run build:css && npm run doc",
"build:css": "npm run css && npm run css-min",
"css": "node-sass --source-map true --include-path scss scss/andes-icons.scss css/andes-icons.css",
"css-min": "node-sass --source-map true --include-path scss scss/andes-icons.scss css/andes-icons.min.css --output-style compressed",
"fontello:server": "docker run --rm --name andes_fontello -d -p 3000:3000 avnerner/fontello_server",
"fontello:stop": "docker stop andes_fontello",
"wait-for": "wait-on http://localhost:3000",
"fontello:open": "fontello-cli --config config.json --host http://localhost:3000 open",
"fontello:install": "fontello-cli --config config.json --host http://localhost:3000 install --css ./css --font ./fonts",
"server": "npm run fontello:server && npm run wait-for && npm run fontello:open",
"doc": "fontello-cli --host http://localhost:3000 --config config.json install && node doc.js",
"version": "npm version --allow-same-version $npm_config_tag"
},
"repository": {
"type": "git",
"url": "https://github.com/andes/andes-font-icon.git"
},
"keywords": [
"andes",
"design",
"icons",
"webfont"
],
"author": {
"name": "Mariano Botta"
},
"licenses": [
{
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL"
},
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.html"
}
],
"bugs": {
"url": "https://github.com/andes/andes-font-icon/issues"
},
"homepage": "https://www.andes.gob.ar",
"devDependencies": {
"@mdi/font": "^5.3.45",
"node-sass": "^4.14.1"
},
"dependencies": {
"fontello-cli": "^0.5.0",
"latest-version": "^5.1.0",
"rimraf": "^3.0.2",
"wait-on": "^5.0.0"
}
}