ngx-admin/bower.json

24 lines
443 B
JSON
Raw Normal View History

{
2016-05-19 14:58:50 +03:00
"name": "ng2-admin",
"version": "0.0.1",
2016-05-19 14:58:50 +03:00
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
2016-05-19 14:58:50 +03:00
"homepage": "http://akveo.github.io/ng2-admin/",
"license": "MIT",
"moduleType": [
"es6"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-05-06 12:09:53 +03:00
"Ionicons": "ionicons#~2.0.1",
"fullcalendar": "^2.7.1"
}
}