Updated package.json

pull/54/head
MillenniumEarl 2020-11-22 15:22:21 +01:00
parent 09edd73703
commit e67bbb7eaf
1 changed files with 9 additions and 7 deletions

View File

@ -1,14 +1,12 @@
{ {
"main": "./app/index.js", "main": "./app/index.js",
"name": "@millenniumearl/f95api", "name": "f95api",
"version": "1.6.3", "version": "1.6.13",
"author": { "author": "Millennium Earl",
"name": "Millennium Earl"
},
"description": "Unofficial Node JS module for scraping F95Zone platform", "description": "Unofficial Node JS module for scraping F95Zone platform",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/MillenniumEarl/F95API.git" "url": "git+https://github.com/MillenniumEarl/F95API.git"
}, },
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -49,5 +47,9 @@
"lodash": "^4.17.20", "lodash": "^4.17.20",
"mocha": "^8.1.3", "mocha": "^8.1.3",
"nyc": "^15.1.0" "nyc": "^15.1.0"
} },
"bugs": {
"url": "https://github.com/MillenniumEarl/F95API/issues"
},
"homepage": "https://github.com/MillenniumEarl/F95API#readme"
} }