mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"name": "angular2-blur-admin",
|
|
"version": "0.0.1",
|
|
"description": "Angular 2 Blur Admin template.",
|
|
"author": "akveo",
|
|
"homepage": "",
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"es6"
|
|
],
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"Ionicons": "ionicons#~2.0.1",
|
|
"fullcalendar": "^2.7.1"
|
|
}
|
|
}
|