2019-03-02 22:59:15 +00:00
|
|
|
{
|
2019-03-03 03:18:33 +00:00
|
|
|
"name": "traxxx",
|
2019-03-11 03:19:42 +00:00
|
|
|
"version": "1.3.0",
|
2019-03-03 03:18:33 +00:00
|
|
|
"description": "All the latest porn releases in one place",
|
|
|
|
"main": "src/app.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/app.js",
|
|
|
|
"eslint": "eslint src/",
|
|
|
|
"eslint-watch": "esw --watch src/"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.unknown.name/niels/traxxx.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"porn",
|
|
|
|
"releases",
|
|
|
|
"updates",
|
|
|
|
"nsfw"
|
|
|
|
],
|
|
|
|
"author": "Niels Simenon",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "^7.2.3",
|
|
|
|
"@babel/core": "^7.3.4",
|
|
|
|
"@babel/preset-env": "^7.3.4",
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-preset-airbnb": "^3.2.0",
|
|
|
|
"eslint": "^5.15.0",
|
|
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
|
|
"eslint-plugin-import": "^2.16.0",
|
|
|
|
"eslint-watch": "^4.0.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bhttp": "^1.2.4",
|
|
|
|
"cheerio": "^1.0.0-rc.2",
|
|
|
|
"config": "^3.0.1",
|
2019-03-04 03:19:03 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-03-11 03:19:36 +00:00
|
|
|
"neo-blessed": "^0.2.0",
|
|
|
|
"opn": "^5.4.0",
|
|
|
|
"tty-table": "^2.7.0"
|
2019-03-03 03:18:33 +00:00
|
|
|
}
|
2019-03-02 22:59:15 +00:00
|
|
|
}
|