-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "trucos",
"title": "Trucos",
"version": "1.0.5",
"description": "Handy user interface for your day to day debugging.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cristianszwarc/trucos.git"
},
"keywords": [
"ui",
"bookmark",
"queries",
"command",
"debug",
"tools"
],
"author": "Cristian Szwarc",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/cristianszwarc/trucos/issues"
},
"homepage": "https://github.com/cristianszwarc/trucos#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"open": "^7.0.3"
}
}