{ "name": "ng2-alfresco-upload-demo", "description": "Alfresco Angular2 Upload Component - Demo", "version": "0.1.0", "author": "Alfresco Software, Ltd.", "main": "index.js", "scripts": { "clean": "npm install rimraf && rimraf dist node_modules typings dist", "postinstall": "npm run build", "start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ", "server": "wsrv -o -l -s", "build": "npm run tslint && rimraf dist && npm run tsc", "build:w": "npm run tslint && rimraf dist && npm run tsc:w", "tsc": "tsc", "tsc:w": "tsc -w", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json src/{,**/}**.ts" }, "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", "@angular/compiler": "2.0.0", "@angular/core": "2.0.0", "@angular/forms": "2.0.0", "@angular/http": "2.0.0", "@angular/platform-browser": "2.0.0", "@angular/platform-browser-dynamic": "2.0.0", "@angular/router": "3.0.0", "@angular/upgrade": "2.0.0" "@types/node": "^6.0.42", , "core-js": "^2.4.1", "reflect-metadata": "^0.1.3", "rxjs": "5.0.0-beta.12", "systemjs": "0.19.27", "zone.js": "^0.6.23", "ng2-translate": "2.5.0", "material-design-icons": "2.2.3", "material-design-lite": "1.2.1", "alfresco-js-api": "^0.3.0", "ng2-alfresco-core": "^0.3.0", "ng2-alfresco-upload": "^0.3.0" }, "devDependencies": { "@types/core-js": "^0.9.32", "@types/jasmine": "^2.2.33", "concurrently": "^2.2.0", "rimraf": "2.5.2", "tslint": "3.8.1", "typescript": "^2.0.3", "wsrv": "^0.1.5" } }