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