{ "name": "Alfresco-Angular2-Demo", "description": "Demo shell for Alfresco Angular2 components", "version": "0.5.0", "author": "Alfresco Software, Ltd.", "scripts": { "clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings dist", "start": "npm run server-versions && webpack-dev-server --inline --progress --port 3000", "start:dist": "wsrv -s dist/ -p 3000 -a 0.0.0.0", "clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'", "test": "karma start", "build": "npm run server-versions && rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail", "server-versions" : "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || true", "aws": "node app.js", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'", "licensecheck": "license-check" }, "repository": { "type": "git", "url": "https://github.com/Alfresco/alfresco-ng2-components.git" }, "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/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.2.0", "@angular/compiler": "~2.2.0", "@angular/core": "~2.2.0", "@angular/forms": "~2.2.0", "@angular/http": "~2.2.0", "@angular/platform-browser": "~2.2.0", "@angular/platform-browser-dynamic": "~2.2.0", "@angular/router": "~3.2.0", "systemjs": "0.19.40", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", "rxjs": "5.0.0-beta.12", "zone.js": "^0.6.26", "material-design-icons": "2.2.3", "material-design-lite": "1.2.1", "ng2-translate": "2.5.0", "pdfjs-dist": "1.5.404", "flag-icon-css": "2.3.0", "moment": "2.15.1", "chart.js": "^2.1.4", "ng2-charts": "1.1.0", "raphael": "^2.2.6", "md-date-time-picker": "^2.2.0", "alfresco-js-api": "^0.5.0", "ng2-activiti-analytics": "0.5.0", "ng2-alfresco-core": "0.5.0", "ng2-alfresco-datatable": "0.5.0", "ng2-alfresco-documentlist": "0.5.0", "ng2-alfresco-login": "0.5.0", "ng2-alfresco-search": "0.5.0", "ng2-alfresco-upload": "0.5.0", "ng2-alfresco-viewer": "0.5.0", "ng2-activiti-form": "0.5.0", "ng2-activiti-tasklist": "0.5.0", "ng2-alfresco-userinfo": "0.5.0", "ng2-activiti-processlist": "0.5.0", "ng2-alfresco-webscript": "0.5.0", "ng2-alfresco-tag": "0.5.0", "dialog-polyfill": "^0.4.3", "element.scrollintoviewifneeded-polyfill": "^1.0.1" }, "devDependencies": { "@types/jasmine": "^2.5.35", "@types/node": "^6.0.45", "angular2-template-loader": "^0.6.0", "awesome-typescript-loader": "^2.2.4", "copy-webpack-plugin": "^4.0.1", "css-loader": "^0.23.1", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "glob": "^7.1.1", "html-loader": "^0.4.3", "html-webpack-plugin": "^2.15.0", "intl": "^1.2.5", "jasmine-core": "^2.4.1", "karma": "^1.2.0", "karma-jasmine": "^1.0.2", "karma-mocha-reporter": "^2.2.1", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "license-check": "1.1.5", "mime": "^1.3.4", "null-loader": "^0.1.1", "phantomjs-prebuilt": "^2.1.7", "raw-loader": "^0.5.1", "rimraf": "^2.5.2", "script-loader": "^0.7.0", "source-map-loader": "^0.1.5", "style-loader": "^0.13.1", "tslint": "3.15.1", "typescript": "2.0.3", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", "webpack-merge": "^0.14.0", "source-map-loader": "^0.1.5", "script-loader": "^0.7.0", "copy-webpack-plugin": "^4.0.1", "glob": "^7.1.1", "wsrv": "^0.1.6" }, "license-check-config": { "src": [ "./app/**/*.js", "!./app/js/*.js" ], "path": "assets/license_header.txt", "blocking": true, "logInfo": false, "logError": true } }