mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
- library with code/utils to be shared across other components or top level application; - moved MDL directive to core as an example - license fixes
41 lines
1001 B
JSON
41 lines
1001 B
JSON
{
|
|
"name": "ng2-alfresco-documentlist",
|
|
"description": "Alfresco Angular2 Document List Component",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"build": "typings install && tsc",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"typings": "typings"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Denys Vuika",
|
|
"email": "denis.vuyka@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"peerDependencies": {
|
|
"angular2": "2.0.0-beta.15",
|
|
"ng2-alfresco-core": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^1.8.10",
|
|
"typings": "^0.7.12"
|
|
}
|
|
}
|