mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
37 lines
808 B
JSON
37 lines
808 B
JSON
{
|
|
"name": "angular2-quickstart",
|
|
"description": "",
|
|
"main": "",
|
|
"authors": [
|
|
"mauriziovitale84 <maurizio.vitale@alfresco.com>"
|
|
],
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/Alfresco/dev-platform-webcomponents",
|
|
"moduleType": [
|
|
"node"
|
|
],
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"polymer": "~1.4.0",
|
|
"webcomponentsjs": "~0.7.21",
|
|
"paper-button": "~1.0.11",
|
|
"paper-progress": "~1.0.9",
|
|
"iron-icons": "~1.1.3",
|
|
"iron-list": "~1.2.8",
|
|
"paper-badge": "~1.1.1",
|
|
"iron-ajax": "~1.2.0",
|
|
"paper-icon-button": "~1.0.7",
|
|
"paper-toolbar": "~1.1.4",
|
|
"iron-signals": "~1.0.3",
|
|
"paper-item": "~1.1.4",
|
|
"paper-dropdown-menu": "~1.1.3"
|
|
}
|
|
}
|