mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 11:20:13 +01:00
24 lines
421 B
JSON
24 lines
421 B
JSON
{
|
|
"name": "angular2-webpack-starter",
|
|
"description": "Angular 2 admin template.",
|
|
"main": "",
|
|
"authors": [
|
|
"Patrick Stapleton <patrick@angularclass.com>"
|
|
],
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"es6"
|
|
],
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"Ionicons": "ionicons#~2.0.1"
|
|
}
|
|
}
|