{ "name": "alfresco-components", "description": "Alfresco Angular components", "version": "2.0.0-beta1", "author": "Alfresco Software, Ltd.", "scripts": { "clean": "rimraf node_modules", "clean-lock": "rimraf package-lock.json", "rimraf": "rimraf", "build": "npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style && npm run bundlesize-check", "test": "node node_modules/karma/bin/karma start --reporters mocha,coverage --single-run --component .", "build-style": "npm run webpack -- --config config/webpack.style.js --progress --profile --bail", "test-browser": "node node_modules/karma/bin/karma start karma.conf.js --reporters kjhtml", "coverage": "", "prepublishOnly": "npm run build", "bundlesize-map": "npm run webpack -- --config config/webpack.bundle-check.js --progress --profile --bail", "bundlesize-check": "bundlesize", "markdownlint": "markdownlint ../docs", "doc": "npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.doc.js --progress --profile --bail", "docindex": "node config/buildFullDocIndex.js", "tslint": "", "prepublish": "", "tsc": "", "pretest": "", "posttest": "", "publish:prod": "", "webpack": "node node_modules/webpack/bin/webpack.js" }, "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/Alfresco/alfresco-ng2-components.git" }, "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "keywords": [ "alfresco-components", "angular", "typescript", "alfresco", "activiti", "content services", "process services" ], "dependencies": { "@angular/animations": "5.0.0", "@angular/cdk": "5.0.0-rc0", "@angular/common": "5.0.0", "@angular/compiler": "5.0.0", "@angular/core": "5.0.0", "@angular/flex-layout": "2.0.0-beta.10", "@angular/forms": "5.0.0", "@angular/http": "5.0.0", "@angular/material": "5.0.0-rc0", "@angular/material-moment-adapter": "^5.0.0-rc0", "@angular/platform-browser": "5.0.0", "@angular/platform-browser-dynamic": "5.0.0", "@angular/router": "5.0.0", "@ngx-translate/core": "8.0.0", "alfresco-js-api": "^2.0.0-de41fd8ca9c1c6f6072d2e06415eef0a71330dc0", "chart.js": "2.5.0", "core-js": "2.4.1", "hammerjs": "2.0.8", "minimatch": "3.0.4", "moment": "2.15.2", "ng2-charts": "1.6.0", "pdfjs-dist": "1.5.404", "raphael": "2.2.7", "reflect-metadata": "0.1.10", "rxjs": "5.5.2", "systemjs": "0.19.27", "zone.js": "0.8.14" }, "devDependencies": { "@types/hammerjs": "2.0.35", "@types/jasmine": "^2.5.35", "@types/node": "6.0.90", "adf-tslint-rules": "0.0.4", "angular2-template-loader": "0.6.2", "autoprefixer": "6.5.4", "bundlesize": "^0.15.3", "codelyzer": "4.0.0", "copy-webpack-plugin": "4.0.1", "css-loader": "0.25.0", "css-to-string-loader": "0.1.2", "cssnano": "3.8.1", "extract-text-webpack-plugin": "2.0.0-rc.3", "file-loader": "0.11.1", "fork-ts-checker-webpack-plugin": "0.2.3", "happypack": "4.0.0", "html-loader": "0.4.4", "html-webpack-plugin": "2.28.0", "istanbul-instrumenter-loader": "0.2.0", "jasmine-ajax": "3.2.0", "jasmine-core": "2.4.1", "karma": "0.13.22", "karma-chrome-launcher": "2.2.0", "karma-coverage": "1.1.1", "karma-jasmine": "1.1.0", "karma-jasmine-ajax": "0.1.13", "karma-jasmine-html-reporter": "0.2.2", "karma-mocha-reporter": "2.2.2", "karma-remap-istanbul": "0.6.0", "karma-sourcemap-loader": "0.3.7", "karma-systemjs": "0.16.0", "karma-webpack": "2.0.5", "loader-utils": "1.1.0", "markdown-toc": "1.1.0", "markdownlint-cli": "^0.3.1", "merge-stream": "1.0.1", "node-sass": "4.5.3", "null-loader": "0.1.1", "raw-loader": "0.5.1", "remap-istanbul": "0.6.3", "rimraf": "2.6.1", "run-sequence": "1.2.2", "sass-loader": "6.0.5", "script-loader": "0.7.0", "source-map-loader": "0.1.6", "style-loader": "0.13.1", "systemjs-builder": "0.15.34", "to-string-loader": "1.1.5", "traceur": "0.0.91", "ts-loader": "3.1.1", "ts-node": "2.0.0", "tslint": "5.7.0", "tslint-loader": "3.5.3", "typescript": "2.4.2", "uglifyjs-webpack-plugin": "^1.0.1", "webpack": "3.8.1", "webpack-bundle-analyzer": "2.9.0", "webpack-dev-server": "2.9.4", "webpack-merge": "2.6.1", "wsrv": "0.1.7" }, "license": "Apache-2.0", "bundlesize": [ { "path": "./content-services/bundles/adf-content-services.js", "maxSize": "50 kb" }, { "path": "./process-services/bundles/adf-process-services.js", "maxSize": "50 kb" }, { "path": "./insights/bundles/adf-insights.js", "maxSize": "50 kb" }, { "path": "./core/bundles/adf-core.js", "maxSize": "120 kb" } ], "module": "./index.js", "typings": "./index.d.ts" }