Housekeeping.Clean up support files.
This commit contains no changes to the actual content of the Eclipse
Foundation Development Process. All changes are related to the
supporting content, e.g., build, contribution guide, etc.
Signed-off-by:
Wayne Beaton <wayne.beaton@eclipse-foundation.org>
Showing
- .gitignore 1 addition, 63 deletions.gitignore
- .project 1 addition, 1 deletion.project
- .vscode/extensions.json 0 additions, 17 deletions.vscode/extensions.json
- CONTRIBUTING.md 15 additions, 30 deletionsCONTRIBUTING.md
- README.adoc 6 additions, 8 deletionsREADME.adoc
- package.json 0 additions, 43 deletionspackage.json
.vscode/extensions.json
deleted
100644 → 0
package.json
deleted
100644 → 0
{ | |||
"name": "eclipse-development-process", | |||
"version": "1.0.0", | |||
"description": "Build project for generating documents of the Eclipse Development Process", | |||
"dependencies": {}, | |||
"devDependencies": { | |||
"asciidoctor-cli": "^1.5.5-beta.3", | |||
"husky": "^0.14.3", | |||
"textlint": "^10.2.1", | |||
"textlint-plugin-asciidoctor": "^1.0.2", | |||
"textlint-rule-apostrophe": "^1.0.0", | |||
"textlint-rule-common-misspellings": "^1.0.1", | |||
"textlint-rule-diacritics": "0.0.2", | |||
"textlint-rule-en-capitalization": "^2.0.1", | |||
"textlint-rule-en-max-word-count": "^1.0.1", | |||
"textlint-rule-stop-words": "^1.0.3", | |||
"textlint-rule-write-good": "^1.6.2" | |||
}, | |||
"scripts": { | |||
"lint": "textlint -f pretty-error README.adoc *.md", | |||
"lint:edp": "textlint -f pretty-error eclipse_*.adoc", | |||
"lint:fix": "textlint --fix README.adoc *.md", | |||
"build": "asciidoctorjs eclipse_development_process.adoc", | |||
"precommit": "npm test", | |||
"test": "npm run lint" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/eclipse-architecture/eclipse-development-process.git" | |||
}, | |||
"keywords": [ | |||
"eclipse", | |||
"development", | |||
"process", | |||
"edp" | |||
], | |||
"author": "Eclipse Management Organization (EMO)", | |||
"license": "EPL-2.0", | |||
"bugs": { | |||
"url": "https://github.com/eclipse-architecture/eclipse-development-process/issues" | |||
}, | |||
"homepage": "https://github.com/eclipse-architecture/eclipse-development-process#readme" | |||
} |
Please register or sign in to comment