-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 760 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 760 Bytes
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
{
"name": "hbs",
"description": "ha-bu-su",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"grunt": "*",
"express": "3.0.6",
"jade": "*",
"open": ">= 0.0.2",
"underscore": "*",
"moment": "*",
"passport": ">= 0.1.0",
"passport-google-oauth": "*",
"passport-twitter": "*",
"passport-github": ">= 0.1.4",
"passport-glue": "*",
"mongoose": "*",
"goose-plugins": "*",
"connect-mongo": "*",
"less": "*"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-karma": "0.3.0",
"grunt-jasmine-node": "*",
"grunt-contrib-jshint": "~0.2.0",
"karma": "*",
"jasmine-node": "*",
"superagent": "*",
"supertest": "*"
}
}