-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
39 lines (39 loc) · 924 Bytes
/
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
{
"name": "node-bootstrap3-template",
"version": "0.0.1",
"description": "a template for express, node.js, and twitter bootstrap 3",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:mjhea0/node-bootstrap3-template.git"
},
"keywords": [
"nodejs",
"express",
"template",
"twitter",
"bootstrap",
"bootstrap3"
],
"author": "Michael Herman <michael@mherman.org>",
"license": "MIT",
"dependencies": {
"chai": "^3.4.1",
"express": "~3.3.4",
"jade": "^0.34.1",
"mocha": "^2.3.4",
"mongodb": "^1.3.23",
"mongoose": "^3.8.37",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.9",
"passport-google-oauth2": "^0.1.6",
"passport-instagram": "^1.0.0",
"passport-twitter": "^1.0.3",
"should": "^7.1.1"
}
}