danbooru
Version:
danbooru api wrapper
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "danbooru",
"version": "1.4.1",
"description": "danbooru api wrapper",
"main": "lib/index.js",
"scripts": {
"build": "lsc -o lib src",
"doctoc": "doctoc --notitle README.md",
"clean": "rm -rf lib",
"test": "livetape test/*.ls | faucet",
"prepublish": "npm run build",
"postpublish": "npm run clean"
},
"repository": {
"type": "git",
"url": "git+https://stawberri@github.com/stawberri/danbooru-node.git"
},
"keywords": [
"danbooru",
"anime",
"image",
"api",
"wrapper"
],
"author": "Pudding <aideen@aideen.pw> (https://aideen.pw)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stawberri/danbooru-node/issues"
},
"homepage": "https://github.com/stawberri/danbooru-node#readme",
"devDependencies": {
"doctoc": "^1.0.0",
"faucet": "0.0.1",
"livescript": "^1.4.0",
"livetape": "^1.0.0",
"nock": "^7.2.2",
"tape": "^4.5.1"
},
"dependencies": {
"args-js": "^0.10.11",
"deep-extend": "^0.4.1",
"request": "^2.69.0"
}
}