-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "wdi-project-4",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BellaT/wdi-project-4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BellaT/wdi-project-4/issues"
},
"homepage": "https://github.com/BellaT/wdi-project-4#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"express": "^4.13.4",
"express-jwt": "^3.4.0",
"jsonwebtoken": "^7.0.0",
"method-override": "^2.3.6",
"mongoose": "^4.4.6",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"qs": "^6.2.0",
"request-promise": "^3.0.0",
"socket.io": "^1.4.6"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^1.0.1",
"grunt-sass": "^1.2.0",
"load-grunt-tasks": "^3.5.0"
}
}