mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "ng2-alfresco-userinfo-demo",
|
|
"description": "This component will show the user information for ECM and BPM - Demo",
|
|
"version": "0.1.0",
|
|
"author": "vito albano <vito.albano@alfresco.com>",
|
|
"scripts": {
|
|
"clean": "rimraf dist node_modules",
|
|
"build": "npm run tslint && rimraf dist && tsc && npm run copy-dist",
|
|
"build:w": "npm run tslint && rimraf dist && npm run watch-task",
|
|
"watch-task": "concurrently \"npm run tsc:w\" \"npm run copy-dist:w\" ",
|
|
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run server\" ",
|
|
"server": "wsrv -o -l -s",
|
|
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'src/{,**/}**.ts'",
|
|
"copy-dist": "cpx \"./src/**/*.{html,css,json,png,jpg,gif,svg}\" ./dist/src",
|
|
"copy-dist:w": "cpx \"./src/**/*.{html,css,json,png,jpg,gif,svg}\" ./dist/src -w",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"pretest": "npm run build",
|
|
"test": "karma start karma.conf.js --reporters mocha,coverage --single-run",
|
|
"test-browser": "npm run build && concurrently \"karma start karma.conf.js --reporters kjhtml\" \"npm run watch-task\""
|
|
},
|
|
"main": "index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"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": "Vito Albano",
|
|
"email": "vito.albano@alfresco.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco",
|
|
"demo"
|
|
],
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0",
|
|
"@angular/compiler": "2.0.0",
|
|
"@angular/core": "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",
|
|
"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",
|
|
"ng2-alfresco-core": "0.3.2",
|
|
"material-design-icons": "2.2.3",
|
|
"material-design-lite": "1.2.1",
|
|
"ng2-alfresco-userinfo": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"@types/core-js": "^0.9.32",
|
|
"@types/jasmine": "^2.2.33",
|
|
"concurrently": "^2.2.0",
|
|
"cpx": "1.3.1",
|
|
"jasmine-ajax": "3.2.0",
|
|
"jasmine-core": "2.4.1",
|
|
"karma": "0.13.22",
|
|
"karma-chrome-launcher": "1.0.1",
|
|
"karma-coverage": "1.0.0",
|
|
"karma-jasmine": "1.0.2",
|
|
"karma-jasmine-ajax": "^0.1.13",
|
|
"karma-jasmine-html-reporter": "0.2.0",
|
|
"karma-mocha-reporter": "2.0.3",
|
|
"license-check": "1.1.5",
|
|
"remap-istanbul": "0.6.3",
|
|
"rimraf": "2.5.2",
|
|
"traceur": "0.0.91",
|
|
"tslint": "3.8.1",
|
|
"typescript": "^2.0.3",
|
|
"wsrv": "^0.1.5"
|
|
}
|
|
|
|
}
|