-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 872 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
37
38
39
{
"name": "social-web-form",
"version": "1.0.0",
"description": "SocialDin App",
"main": "server.js",
"scripts": {
"test": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osoc-es/social-web-form.git"
},
"keywords": [
"socialweb",
"socialdinapp",
"socialdin"
],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"express": "^4.16.3",
"json2csv": "^4.5.2",
"jsonschema": "^1.2.4",
"jsonwebtoken": "^7.4.2",
"mysql": "^2.14.1",
"mysql2": "^1.6.1",
"payload-validator": "^1.0.4",
"sequelize": "^4.38.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
},
"homepage": "https://github.com/osoc-es/social-web-form#readme"
}