-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 806 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 806 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
{
"name": "express-boilerplate",
"description": "A boilerplate for a node.js / express / ejs / less / coffeescript / Heroku site",
"version": "0.0.0",
"private": true,
"author": "jrundquist (http://github.com/jrundquist)",
"repository": {
"type": "git",
"url": "https://github.com/jrundquist/express-boilerplate.git"
},
"engines": {
"node": "0.8.14",
"npm": "1.1.x"
},
"dependencies": {
"coffee-script": "1.3.3",
"connect-less": "0.3.1",
"connect-mongodb": "git://github.com/masylum/connect-mongodb.git#master",
"ejs": "0.8.0",
"everyauth": "0.3.1",
"express": "3.0.5",
"express-messages-bootstrap": "0.1.0",
"express-partials": "0.0.6",
"ezcrypto": "0.0.3",
"less": "1.3.0",
"loggly": "0.3.11",
"mongoose": "3.5.3"
}
}