mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
27 lines
368 B
JSON
27 lines
368 B
JSON
{
|
|
"name": "ngFitText",
|
|
"version": "4.1.1",
|
|
"main": [
|
|
"dist/ng-FitText.min.js"
|
|
],
|
|
"keywords": [
|
|
"angular",
|
|
"javascript",
|
|
"typography"
|
|
],
|
|
"ignore": [
|
|
"demo",
|
|
"lib",
|
|
"node_modules",
|
|
"src",
|
|
"test",
|
|
".bowerrc",
|
|
"gulpfile.js",
|
|
"package.json",
|
|
"index.html"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.x"
|
|
}
|
|
}
|