-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 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
{
"name": "lato",
"version": "0.3.0",
"description": "Lato Web Font Package",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://[email protected]/mrkelly/lato.git"
},
"keywords": [
"lato",
"lato-black",
"lato-blackitalic",
"lato-bold",
"lato-bolditalic",
"lato-hairline",
"lato-hairlineitalic",
"lato-italic",
"lato-light",
"lato-lightitalic",
"lato-regular",
"webfont",
"web",
"font"
],
"author": "Michael Kelly <[email protected]>",
"licenses": [
{
"covers": "software",
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"covers": "fonts",
"type": "OFL-1.1",
"url": "http://scripts.sil.org/OFL"
}
],
"bugs": {
"url": "https://github.com/mrkelly/lato/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-sass": "^0.8.1"
}
}