knitchain
Version:
Lightweight block-chain, without smart-contract
62 lines (61 loc) • 1.25 kB
JSON
{
"name": "knitchain",
"version": "1.0.9",
"description": "Lightweight block-chain, without smart-contract",
"main": "index.js",
"scripts": {
"demo": "node index.js",
"test": "jest"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"collectCoverage": true,
"coverageDirectory": "./coverage",
"coveragePathIgnorePatterns": [
"/__test__/"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/knit-chain/knit-chain.git"
},
"author": {
"name": "Ender Smith",
"email": "david.ender.smith@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/knit-chain/knit-chain/issues"
},
"homepage": "https://github.com/knit-chain/knit-chain#readme",
"devDependencies": {
"eslint": "^4.18.2",
"jest": "^22.4.2"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"dotenv": "^5.0.1"
},
"keywords": [
"blockchain",
"block",
"chain",
"crypto",
"easy",
"encryption",
"knit",
"knitchain",
"local",
"quick",
"template"
]
}