-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 802 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
29
30
31
32
33
{
"name": "rpgfy-node",
"version": "0.1.0",
"description": "This project is part of a project to experiment different tecnologies. This is a node api for the rpgfy project.",
"main": "index.js",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"moment": "^2.19.1",
"mongodb": "^2.2.33",
"validate.js": "^0.12.0"
},
"devDependencies": {
"mocha": "^4.0.1",
"nodemon": "^1.12.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive",
"start": "node ."
},
"keywords": [
"rpgfy",
"node",
"skill"
],
"author": "Rodrigo Santos da Silva <rodrigo.saint01@live.com>",
"license": "ISC"
}