forked from Adewra/ISO7010-Font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 899 Bytes
/
bower.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
{
"name": "ISO7010",
"name": "Webfont for ISO7010 graphic symbols",
"version": "0.0.1",
"license": "GPL-3.0+",
"main": [ "Webfont/css/iso7010.css",
"Webfont/css/iso7010-codes.css",
"Webfont/css/iso7010-embedded.css",
"Webfont/css/iso7010-ie7.css",
"Webfont/css/iso7010-ie7-codes.css",
"Webfont/css/animation.css",
"Webfont/font/iso7010.eot",
"Webfont/font/iso7010.svg",
"Webfont/font/iso7010.ttf",
"Webfont/font/iso7010.woff"],
"ignore": [
"Warning Symbols/"
],
"keywords": [ "ISO", "standard", "ISO7010", "BSI", "EN 7010"],
"authors": [
{ "name": "Ally Dewar", "email": "[email protected]"," homepage": "http://www.adewra.com" }
],
"repository": {
"type": "git",
"url": "git://github.com/Adewra/ISO7010-Font.git"
},
"dependencies": {
},
"devDependencies": {
}
}