-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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": "nus-stalker",
"version": "0.2.0",
"description": "A NUS student directory frontend.",
"main": "stalker.js",
"dependencies": {
"connect-flash": "~0.1.1",
"connect-mysql-session": "~0.1.3",
"ejs": "~0.8.4",
"express": "^3.3.8",
"ldapjs": "^0.6.3",
"mysql": "^2.0.1",
"passport": "^0.1.18",
"passport-openid": "~0.3.1",
"sequelize": "^2.0.0-dev9",
"underscore": "^1.5.2",
"cookie-parser": "~1.3.2",
"body-parser": "~1.5.0",
"etagify": "0.0.2",
"connect-cachify": "0.0.17"
},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-changed": "~0.4.1",
"gulp-clean": "~0.3.1",
"gulp-util": "~3.0.0",
"gulp-concat": "~2.3.4",
"gulp-watch": "~0.6.9",
"gulp-uglify": "~0.3.1",
"gulp-minify-css": "~0.3.7"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/fuzzie360/nus-stalker.git"
},
"keywords": [
"NUS",
"students",
"directory"
],
"author": "Fazli Sapuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuzzie360/nus-stalker/issues"
},
"homepage": "https://github.com/fuzzie360/nus-stalker"
}