forked from paunchy-llamas/code-tutor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"test": "gulp karma",
"start": "gulp",
"lint": "eslint ./",
"postinstall": "./node_modules/bower/bin/bower install"
},
"devDependencies": {
"browser-sync": "^1.5.7",
"eslint-config-hackreactor": "git://github.com/hackreactor-labs/eslint-config-hackreactor",
"gulp": "^3.8.5",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7"
},
"dependencies": {
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"bootstrap": "^3.3.6",
"bower": "^1.7.9",
"connect-multiparty": "^2.0.0",
"error-handler": "^0.1.4",
"express": "^4.4.5",
"express-error-handler": "^1.1.0",
"gridfs-stream": "^1.1.1",
"jwt-simple": "^0.2.0",
"method-override": "^1.0.0",
"mongodb": "^2.1.16",
"mongoose": "^4.4.11",
"morgan": "^1.0.0",
"ng-file-upload": "^12.0.4",
"nodemon": "^1.3.7",
"q": "^1.4.1",
"request": "^2.36.0",
"socket.io": "^1.4.5",
"urlencode": "^1.1.0"
}
}