mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 11:20:13 +01:00
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "ng2-admin",
|
|
"version": "0.0.1",
|
|
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
|
"author": "akveo",
|
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"es6"
|
|
],
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"Ionicons": "ionicons#~2.0.1",
|
|
"fullcalendar": "^2.7.1"
|
|
}
|
|
}
|