forked from moschopsuk/jailbreak-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "jailbreak-app",
"version": "1.0.0",
"description": "Application to show progress of students on the jailbreak challange",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"map",
"geolocation",
"express",
"gulp",
"tracking"
],
"author": "Luke Moscrop",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"easyimage": "^2.1.0",
"express": "^4.13.3",
"express-flash": "0.0.2",
"express-session": "^1.11.3",
"geolib": "^2.0.18",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"node-env-file": "^0.1.7",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"socket.io": "^1.3.7",
"thinky": "^2.1.9"
},
"devDependencies": {
"bower": "^1.5.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.1.3",
"gulp-sass": "^2.0.4",
"mocha": "^2.3.3"
}
}