-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 719 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 719 Bytes
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
{
"name": "api-wallet",
"version": "1.0.0",
"description": "api rest wallet",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanhz02/node-rest-wallet.git"
},
"author": "juanhz02 - Juan Pablo Hurtado R",
"license": "ISC",
"bugs": {
"url": "https://github.com/juanhz02/node-rest-wallet/issues"
},
"homepage": "https://github.com/juanhz02/node-rest-wallet#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"npm": "^6.8.0",
"querystring": "^0.2.0",
"request": "^2.88.0"
}
}