16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"name": "roboto-fontface",
|
|
"description": "A simple package providing the Roboto fontface.",
|
|
"version": "0.8.0",
|
|
"main": [
|
|
"./css/roboto/roboto-fontface.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|