xops-pat
Version:
Procedure generator for on space operations
70 lines (69 loc) • 1.72 kB
JSON
{
"name": "xops-pat",
"version": "2.0.0",
"description": "Procedure generator for on space operations",
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "nyc --reporter=text --reporter=html mocha",
"test:prod": "nyc --reporter=cobertura mocha --reporter mocha-junit-reporter --reporter-options mochaFile=./test/report.xml",
"start": "node index.js"
},
"bin": {
"pat": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xOPERATIONS/pat.git"
},
"contributors": [
"James Montalvo",
"Jose De la Cruz",
"Jason Foley",
"Alexandra Kuntz",
"Engedawork Befekadu",
"Timothy Smith",
"Christopher Drury",
"Kevin Terry",
"John-Carlo Babin"
],
"keywords": [
"procedure",
"timeline",
"spacewalk",
"eva",
"checklist",
"UMUC",
"SWEN670"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xOPERATIONS/pat/issues"
},
"homepage": "https://github.com/xOPERATIONS/pat#readme",
"dependencies": {
"ajv": "^6.10.2",
"bootstrap": "^4.3.1",
"commander": "^2.20.0",
"docx": "^5.0.0-rc5",
"filenamify": "^4.1.0",
"jquery": "^3.4.1",
"js-beautify": "^1.10.2",
"lodash": "^4.17.15",
"nunjucks": "^3.2.0",
"path": "^0.12.7",
"popper.js": "^1.15.0",
"showdown": "1.9.0",
"wait.for": "^0.6.6",
"wiky": "^0.95.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint-config-wikimedia": "^0.14.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.23.1",
"nyc": "^14.1.1",
"sinon": "^7.4.1"
}
}