mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "ng2-alfresco-viewer-demo",
|
|
"description": "Alfresco Angular2 Viewer - Demo",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist node_modules typings",
|
|
"typings": "typings install",
|
|
"postinstall": "npm run typings && npm run build",
|
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
|
"server": "node browser-sync-config.js",
|
|
"build": "npm run tslint && rimraf dist && tsc",
|
|
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
|
"tslint-src": "tslint -c tslint.json src/{,**/}**.ts",
|
|
"tslint-root": "tslint -c tslint.json *.ts"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"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",
|
|
"pdfjs-dist": "1.5.258",
|
|
|
|
"ng2-alfresco-viewer": "^0.1.32"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.10.0",
|
|
"connect-history-api-fallback": "1.2.0",
|
|
"concurrently": "2.0.0",
|
|
"tslint": "3.8.1",
|
|
"typescript": "1.8.10",
|
|
"typings": "1.0.4"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Denys Vuika",
|
|
"email": "denys.vuika@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"angular2",
|
|
"typescript",
|
|
"alfresco"
|
|
]
|
|
}
|