typicons.font/package.json

40 lines
1000 B
JSON
Raw Permalink Normal View History

2016-01-13 07:52:14 +00:00
{
"name": "typicons.font",
"description": "Typicons are free-to-use vector icons embedded in a webfont for easy use in your user interfaces, whether it be on the web or in a native application.",
2021-05-11 09:06:51 +00:00
"version": "2.1.2",
2016-01-13 07:52:14 +00:00
"style": "src/font/typicons.css",
"main": "src/font/typicons.css",
"copyright": "(c) Stephen Hutchings 2012-2021",
"className": "typcn",
2016-01-13 07:52:14 +00:00
"keywords": [
"icon",
"fonts",
"icons",
"font-face",
"webfont"
],
2021-03-20 05:51:19 +00:00
"homepage": "https://www.s-ings.com/typicons",
2016-01-13 07:52:14 +00:00
"bugs": {
"url": "https://github.com/stephenhutchings/typicons.font/issues"
},
"author": {
"name": "Stephen Hutchings",
"web": "https://www.s-ings.com"
2016-01-13 07:52:14 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/stephenhutchings/typicons.font"
},
"license": "(CC-BY-SA and SIL)",
"files": [
2021-03-21 01:01:13 +00:00
"src/font/",
"src/svg/"
],
"devDependencies": {
"webfonts-generator": "^0.4.0"
},
"scripts": {
"generate": "node ./scripts/generate.js"
}
2016-01-13 07:52:14 +00:00
}