permawit
Version:
IPLD microblog datastructure
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "permawit",
"version": "0.0.7-development",
"description": "IPLD microblog datastructure",
"main": "src/index.js",
"scripts": {
"test": "standard src/**/*.js",
"dev": "concurrently --kill-others \"browser-sync start --server --serveStatic dist --files \"dist\\*\"\" \"webpack --watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanej/permawit.git"
},
"keywords": [
"ipld",
"microblog"
],
"author": "John Kane <john@kanej.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kanej/permawit/issues"
},
"homepage": "https://github.com/kanej/permawit#readme",
"devDependencies": {
"browser-sync": "^2.23.6",
"concurrently": "^3.5.1",
"cz-conventional-changelog": "^2.1.0",
"standard": "^11.0.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"ipfs": "^0.30.1",
"ipfs-api": "^18.2.0",
"merkling": "^1.1.0",
"pinhorse": "^1.0.0",
"yargs": "^11.0.0"
},
"standard": {
"globals": [
"artifacts"
]
}
}