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