forked from fernandofuentes/project-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "project-3",
"version": "1.0.0",
"description": "![alt text](http://unwrittenagency.com/wp-content/uploads/2018/01/project-3.png)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fernandofuentes/project-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fernandofuentes/project-3/issues"
},
"homepage": "https://github.com/fernandofuentes/project-3#readme",
"dependencies": {
"ajv": "^6.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"chalk-animation": "*",
"cheerio": "^1.0.0-rc.2",
"dotenv": "*",
"express": "^4.16.2",
"express-handlebars": "*",
"express-session": "*",
"handlebars": "*",
"jade": "^1.11.0",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "^1.1.1",
"request": "^2.83.0",
"sequelize": "^4.37.1",
"sequelize-mysql-timestamp": "^1.3.0",
"twilio": "^3.13.1"
}
}