-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 996 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 996 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
37
38
39
40
41
42
43
44
{
"name": "node-bootstrap3-template",
"version": "0.0.1",
"description": "A template for express, NodeJS 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": {
"express": "~3.3.4",
"jade": "~0.34.1",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"mongoose": "~3.8.5",
"passport-local-mongoose": "~0.2.5",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"should": "~2.1.0",
"install": "~0.1.7",
"npm": "~1.3.25",
"mongodb": "~1.3.23",
"natural": " ",
"wordpos": " ",
"socket.io": " ",
"solr-client": " ",
"underscore": " ",
"formidable": " "
}
}