Files
alfresco-ng2-components/tools/tslint-rules/package.json
T
Maurizio Vitale e7ae685bb2 Provide a way to specify external license file (#3932)
Create another tslint rule adf-enterprise-license
2018-10-31 12:59:23 +00:00

35 lines
732 B
JSON

{
"name": "adf-tslint-rules",
"description": "Custom Rules for the ADF project",
"version": "0.0.5",
"author": "Alfresco Software, Ltd.",
"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"
},
"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",
"codelyzer": "3.1.2"
},
"license": "Apache-2.0"
}