@pando/git-remote-pando
Version:
git-remote-helper for pando
57 lines (56 loc) • 1.45 kB
JSON
{
"name": "@pando/git-remote-pando",
"version": "0.3.0-alpha.5",
"description": "git-remote-helper for pando",
"author": "Pando Network <contact@pando.network>",
"contributors": [
"Olivier Sarrouy <olivier@pando.network>"
],
"repository": "github:pandonetwork/pando",
"homepage": "https://github.com/pandonetwork/pando",
"bugs": "https://github.com/pandonetwork/pando/issues",
"license": "(GPL-3.0-or-later OR MIT)",
"keywords": [
"aragon",
"dao",
"ethereum",
"git",
"ipfs",
"pando"
],
"bin": {
"git-remote-pando": "./build/git-remote-pando.js"
},
"scripts": {
"watch": "tsc -w",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"build": "tsc"
},
"dependencies": {
"@pando/repository": "^0.3.0-alpha.5",
"cids": "^0.5.7",
"debug": "^4.1.1",
"eth-provider": "0.2.1",
"fs-extra": "^7.0.1",
"ipfs-http-client": "^29.1.0",
"ipld": "^0.21.1",
"ipld-git": "^0.2.3",
"jsonfile": "^5.0.0",
"level": "^4.0.0",
"ora": "^3.1.0",
"shelljs": "^0.8.3",
"simple-git": "^1.107.0",
"smart-buffer": "^4.0.2",
"truffle-contract": "4.0.6",
"url-parse": "^1.4.4",
"web3": "1.0.0-beta.46",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/node": "^10.12.21",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.1"
},
"gitHead": "cb2b7c6fe7805fdbbcd29733c3ebb24eeb5d3d42"
}