mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
116 lines
3.1 KiB
JSON
116 lines
3.1 KiB
JSON
{
|
|
"name": "Alfresco-Angular2-Demo",
|
|
"description": "Demo shell for Alfresco Angular2 components",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules typings",
|
|
"start": "npm run tslint && typings install && concurrently \"npm run tsc:w\" \"license-check\" \"npm run serve\" ",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"serve": "node browser-sync-config.js",
|
|
"typings": "typings install",
|
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
|
"tslint-src": "tslint -c tslint.json app/{,**/}**.ts",
|
|
"tslint-root": "tslint -c tslint.json *.ts",
|
|
"licensecheck": "license-check"
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Mario Romano",
|
|
"email": "mario.romano83@gmail.com"
|
|
},
|
|
{
|
|
"name": "Will Abson",
|
|
"email": "will.abson@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Maurizio Vitale",
|
|
"email": "maurizio.vitale@alfresco.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.3",
|
|
"@angular/compiler": "2.0.0-rc.3",
|
|
"@angular/core": "2.0.0-rc.3",
|
|
"@angular/forms": "0.1.1",
|
|
"@angular/http": "2.0.0-rc.3",
|
|
"@angular/platform-browser": "2.0.0-rc.3",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
|
|
"@angular/router": "3.0.0-alpha.7",
|
|
"@angular/router-deprecated": "2.0.0-rc.2",
|
|
"@angular/upgrade": "2.0.0-rc.3",
|
|
"systemjs": "0.19.27",
|
|
"core-js": "2.4.0",
|
|
"reflect-metadata": "0.1.3",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"zone.js": "0.6.12",
|
|
|
|
"rimraf": "2.5.2",
|
|
"material-design-icons": "2.2.3",
|
|
"material-design-lite": "1.1.3",
|
|
"ng2-translate": "2.2.0",
|
|
"pdfjs-dist": "1.5.258",
|
|
"flag-icon-css": "2.3.0",
|
|
|
|
"alfresco-js-api": "^0.1.0",
|
|
"ng2-alfresco-core": "^0.1.36",
|
|
"ng2-alfresco-datatable": "^0.1.12",
|
|
"ng2-alfresco-documentlist": "^0.1.34",
|
|
"ng2-alfresco-login": "^0.1.29",
|
|
"ng2-alfresco-search": "^0.1.21",
|
|
"ng2-alfresco-upload": "^0.1.49",
|
|
"ng2-alfresco-viewer": "^0.1.32"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.10.0",
|
|
"concurrently": "2.0.0",
|
|
"connect-history-api-fallback": "1.2.0",
|
|
"license-check": "1.1.5",
|
|
"tslint": "3.8.1",
|
|
"typescript": "1.8.10",
|
|
"typings": "1.0.4"
|
|
},
|
|
"license-check-config": {
|
|
"src": [
|
|
"**/*.js",
|
|
"**/*.ts",
|
|
"!/**/coverage/**/*",
|
|
"!/**/demo/**/*",
|
|
"!/**/node_modules/**/*",
|
|
"!/**/typings/**/*",
|
|
"!*.js",
|
|
"!app/js/xml2json.js"
|
|
],
|
|
"path": "assets/license_header.txt",
|
|
"blocking": false,
|
|
"logInfo": false,
|
|
"logError": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://devproducts.alfresco.me:4873/"
|
|
}
|
|
}
|