mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* ACS-5041 Changed json to js * ACS-5041 Corrected paths * ACS-5041 Changed json to js * ACS-5041 Updated eslintrc * ACS-5041 Small correction * ACS-5041 Small correction * ACS-5041 Updated license headers * ACS-5041 Updated license headers * ACS-5041 Replaced references to alfresco * ACS-5041 Added Hyland to known words * ACS-5041 Fixed coverage issue * ACS-5041 Fixed duplication issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed test * ACS-5041 Fixed test * ACS-5041 Reverted one change * ACS-5041 Added missing license to files after rebase
35 lines
753 B
JSON
35 lines
753 B
JSON
{
|
|
"name": "adf-tslint-rules",
|
|
"description": "Custom Rules for the ADF project",
|
|
"version": "0.0.7",
|
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"tscv": "tsc --version",
|
|
"tsc": "tsc",
|
|
"tsc:watch": "tsc --w"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"tslint": ">=5.0.0",
|
|
"codelyzer": ">=4.5.0"
|
|
},
|
|
"dependencies": {
|
|
"app-root-path": "2.0.1",
|
|
"css-selector-tokenizer": "0.7.0",
|
|
"cssauron": "1.4.0",
|
|
"semver-dsl": "1.0.1",
|
|
"source-map": "0.5.6",
|
|
"sprintf-js": "1.0.3"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|