mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
97 lines
2.9 KiB
JSON
97 lines
2.9 KiB
JSON
{
|
|
"name": "ng2-alfresco-login",
|
|
"description": "Alfresco Angular2 Login Component",
|
|
"version": "1.4.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"clean": "rimraf dist node_modules typings bundles coverage",
|
|
"build": "license-check && ../node_modules/webpack/bin/webpack.js --config webpack.build.js --progress --profile --bail",
|
|
"license-check": "license-check",
|
|
"tslint": "../node_modules/tslint/bin/tslint -c ../config/assets/tslint.json 'src/{,**/}**.ts' 'index.ts' -e '{,**/}**.d.ts'",
|
|
"tsc": "../node_modules/typescript/bin/tsc",
|
|
"test": "../node_modules/karma/bin/karma start ../config/karma.conf.js --reporters mocha,coverage --single-run --component ng2-alfresco-login",
|
|
"test-browser": "../node_modules/karma/bin/karma start ../config/karma.conf.js --reporters kjhtml --component ng2-alfresco-login",
|
|
"coverage": "npm run test && ../node_modules/wsrv/bin/wsrv -o -p 9875 ./coverage/report",
|
|
"publish:prod": "npm run test && npm publish"
|
|
},
|
|
"main": "bundles/ng2-alfresco-login.js",
|
|
"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": "Maurizio Vitale",
|
|
"email": "maurizio.vitale84@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mario Romano",
|
|
"email": "mario.romano83@gmail.com"
|
|
},
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"@angular/common": "2.4.7",
|
|
"@angular/compiler": "2.4.7",
|
|
"@angular/core": "2.4.7",
|
|
"@angular/forms": "2.4.7",
|
|
"@angular/http": "2.4.7",
|
|
"@angular/material": "2.0.0-beta.1",
|
|
"@angular/platform-browser": "2.4.7",
|
|
"@angular/platform-browser-dynamic": "2.4.7",
|
|
"@angular/router": "3.4.7",
|
|
"alfresco-js-api": "~1.4.0",
|
|
"hammerjs": "2.0.8",
|
|
"ng2-alfresco-core": "1.4.0",
|
|
"ng2-translate": "5.0.0",
|
|
"reflect-metadata": "0.1.10",
|
|
"rxjs": "5.1.0",
|
|
"systemjs": "0.19.27",
|
|
"zone.js": "0.7.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hammerjs": "^2.0.34",
|
|
"@types/jasmine": "2.5.35",
|
|
"@types/node": "6.0.45",
|
|
"autoprefixer": "^6.5.4",
|
|
"concurrently": "^2.2.0",
|
|
"cpx": "^1.3.1",
|
|
"license-check": "^1.0.4",
|
|
"merge-stream": "^1.0.1",
|
|
"rimraf": "2.5.2",
|
|
"run-sequence": "^1.2.2",
|
|
"systemjs-builder": "^0.15.34",
|
|
"traceur": "^0.0.91",
|
|
"ts-node": "^1.7.0",
|
|
"tslint": "3.15.1",
|
|
"typescript": "^2.0.3",
|
|
"wsrv": "^0.1.5"
|
|
},
|
|
"license-check-config": {
|
|
"src": [
|
|
"./src/**/*.ts"
|
|
],
|
|
"path": "assets/license_header.txt",
|
|
"blocking": true,
|
|
"logInfo": false,
|
|
"logError": true
|
|
}
|
|
}
|