mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "koa2-boilerplate",
|
|
"version": "1.0.0",
|
|
"description": "Koa2 boilerplate covering all essensials",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [
|
|
"koa",
|
|
"koa2",
|
|
"boilerplate",
|
|
"es6",
|
|
"mongoose",
|
|
"passportjs"
|
|
],
|
|
"author": "Adrian Obelmejias <adrian@obel.me>",
|
|
"license": "MIT"
|
|
}
|