slump
Version:
create random json
36 lines (35 loc) • 735 B
JSON
{
"name": "slump",
"version": "3.0.2",
"description": "create random json",
"main": "index.js",
"homepage": "https://github.com/ralphtheninja/slump",
"repository": {
"type": "git",
"url": "https://github.com/ralphtheninja/slump.git"
},
"scripts": {
"test": "standard && tape test/*.js | faucet"
},
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
"keywords": [
"random",
"json",
"data"
],
"license": "WTFPL",
"devDependencies": {
"faucet": "0.0.1",
"standard": "^12.0.0",
"tape": "^4.8.0"
},
"dependencies": {
"bs58": "^4.0.1",
"core-util-is": "^1.0.1",
"rc": "^1.2.1",
"sodium-universal": "^2.0.0"
},
"engines": {
"node": ">=6"
}
}