Updated package.json
parent
09edd73703
commit
e67bbb7eaf
16
package.json
16
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue