-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "passportfb",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"tsc": "tsc -p client --outDir public/js/app -w"
},
"dependencies": {
"angular2": "2.0.0-alpha.44",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"express": "^4.13.3",
"express-session": "^1.12.1",
"glob": "^5.0.3",
"method-override": "^2.3.0",
"mongoose": "^4.2.7",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.9",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "^1.0.3",
"serve-favicon": "^2.3.0",
"swig": "^1.4.2",
"systemjs": "0.19.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-ts": "^5.2.0",
"load-grunt-tasks": "^3.2.0",
"request": "^2.60.0",
"time-grunt": "^1.2.1",
"typescript": "^1.6.2"
}
}