-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "project2",
"version": "1.0.0",
"description": "Project 2 Starter",
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "eslint **/*.js --quiet",
"fix": "eslint --fix .",
"test": "npm run lint && cross-env NODE_ENV=test mocha -u tdd --reporter spec --exit"
},
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.4",
"axios": "^0.18.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.2.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"image-download": "^1.1.0",
"image-type": "^3.0.0",
"mysql2": "^1.6.4",
"node-gyp": "^3.8.0",
"node-pre-gyp": "^0.12.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"requirejs": "^2.3.6",
"sequelize": "^4.41.2",
"unsplash-js": "^4.8.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-prettier": "^2.7.0",
"mocha": "^5.2.0",
"prettier": "^1.13.7",
"url-parse": "1.4.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rebecalvarez/Project2.git"
},
"author": "",
"bugs": {
"url": "https://github.com/rebecalvarez/Project2/issues"
},
"homepage": "https://github.com/rebecalvarez/Project2#readme"
}