-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
49
50
51
52
53
{
"name": "Junto",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "[email protected]:metamaps/junto.git"
},
"dependencies": {
"agenda": "^0.6.28",
"async": "^1.2.1",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "~0.8.5",
"express": "*",
"express-session": "~1.0.0",
"fb": "^0.7.0",
"method-override": "~1.0.0",
"moment": "^2.10.3",
"mongoose": "~3.8.1",
"mongoose-find-one-or-create": "^0.2.0",
"morgan": "~1.0.0",
"node-uuid": "1.2.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"socket.io": "0.9.x"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-express-server": "^0.4.19",
"grunt-jsbeautifier": "^0.2.7",
"grunt-jsduck": "^1.0.1",
"load-grunt-config": "^0.13.0",
"load-grunt-tasks": "^0.6.0"
},
"engines": {
"node": "0.10.x"
}
}