-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 996 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
43
{
"name": "font-larisome",
"description": "Font Larisome - Iconic font for Georgian currency inspired by Font-Awesome",
"version": "2.2.3",
"keywords": [
"lari",
"icons",
"currency",
"gel",
"georgian",
"font",
"larisome",
"awesome"
],
"sass": "scss/font-larisome.scss",
"style": "css/font-larisome.css",
"main": "css/font-larisome.css",
"homepage": "http://stichoza.com",
"author": {
"name": "Levan Velijanashvili",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Stichoza/font-larisome.git"
},
"bugs": {
"url": "https://github.com/Stichoza/font-larisome/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Stichoza/font-larisome/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"node-sass": "^4.13.1"
},
"scripts": {
"build": "node-sass scss -o css --output-style compressed --source-map true"
}
}