xcraft-core-scm
Version:
Xcraft scm backends
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "xcraft-core-scm",
"version": "1.2.3",
"description": "Xcraft scm backends",
"main": "index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xcraft",
"backends",
"scm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-scm.git"
},
"author": "Epsitec SA",
"contributors": [
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Samuel Loup <loup@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>"
],
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0",
"gigawatts": "^4.0.5",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-fs": "^2.0.0",
"xcraft-core-process": "^1.0.0",
"xcraft-core-subst": "^1.0.0"
},
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-scm/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-scm#readme",
"devDependencies": {
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.0"
},
"prettier": "xcraft-dev-prettier"
}