mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"name": "ng2-alfresco-login",
|
|
"description": "Alfresco Angular2 Login Component",
|
|
"version": "0.1.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"build": "typings install && tsc",
|
|
"tsc": "tsc",
|
|
"tsc:w": "tsc -w",
|
|
"typings": "typings",
|
|
"format": "xo",
|
|
"test": "live-server --open=tests-runner.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/dev-platform-webcomponents/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Denys Vuika",
|
|
"email": "denis.vuyka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Maurizio Vitale",
|
|
"email": "maurizio.vitale84@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"angular2": "2.0.0-beta.15",
|
|
"systemjs": "0.19.26",
|
|
"es6-shim": "^0.35.0",
|
|
"reflect-metadata": "0.1.2",
|
|
"rxjs": "5.0.0-beta.2",
|
|
"zone.js": "0.6.10",
|
|
"ng2-translate": "^1.11.2",
|
|
"angular2": "2.0.0-beta.15",
|
|
"ng2-alfresco-core": "0.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"angular2": "2.0.0-beta.15",
|
|
"ng2-alfresco-core": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine-core": "2.4.1",
|
|
"live-server": "^0.9.2",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^0.7.12",
|
|
"xo": "^0.14.0"
|
|
},
|
|
"xo": {
|
|
"overrides": [
|
|
{
|
|
"files": "test/*.js",
|
|
"rules": {
|
|
"max-nested-callbacks": 0,
|
|
"handle-callback-err": 0
|
|
}
|
|
}
|
|
],
|
|
"rules": {
|
|
"no-lonely-if" : 0,
|
|
"one-var": 0,
|
|
"padded-blocks": 0,
|
|
"no-mixed-requires": 0,
|
|
"quotes": [
|
|
2,
|
|
"single",
|
|
"avoid-escape"
|
|
]
|
|
}
|
|
}
|
|
}
|