31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"name": "traxxx",
|
|
"version": "1.0.0",
|
|
"description": "All the latest porn releases in one place",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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-preset-airbnb": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"config": "^3.0.1"
|
|
}
|
|
}
|