TFTPaths/package.json

21 lines
391 B
JSON
Raw Normal View History

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:05:41 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
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
}
}