2019-08-13 15:43:57 +02:00
|
|
|
{
|
2019-08-19 20:00:53 +02:00
|
|
|
"name": "TFTpaths",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "TFT Compositions Paths",
|
|
|
|
|
"main": "index.js",
|
2019-08-13 15:43:57 +02:00
|
|
|
"scripts": {
|
2019-08-19 20:00:53 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2019-08-13 15:43:57 +02:00
|
|
|
},
|
2019-08-19 20:00:53 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"TFT",
|
|
|
|
|
"TeamFight",
|
|
|
|
|
"Tacticts"
|
|
|
|
|
],
|
|
|
|
|
"author": "Daniel Rodríguez Gómez",
|
|
|
|
|
"license": "ISC",
|
2019-08-13 15:43:57 +02:00
|
|
|
"dependencies": {
|
2019-08-19 20:00:53 +02:00
|
|
|
"express": "^4.17.1"
|
2019-08-13 15:43:57 +02:00
|
|
|
}
|
|
|
|
|
}
|