-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
26 lines (25 loc) · 895 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
{
"name": "Express-EJS-Boilerplate",
"description": "HTML5 Express EJS Boilerplate. None of that jade or stylus business. Straight CSS and EJS templating.",
"version": "0.0.1",
"author": "Nick Carneiro <nickc@trillworks.com>",
"contributors": [
{"name": "Nick Baugh", "email": "niftylettuce@gmail.com" },
{"name": "Nick Carneiro", "email": "nickc@trillworks.com"}
],
"dependencies": {
"express": ">= 2.4.6"
, "ejs": ">= 0.5.0"
, "inspect": ">= 0.0.2"
, "colors": ">= 0.5.0"
, "mime": ">= 1.2.2"
, "commander": ">= 0.1.0"
, "clean-css": ">= 0.2.4"
},
"main": "server.js",
"keywords": ["h5eb", "html5", "express", "boilerplate", "ejs"],
"repository": "git://github.com/niftylettuce/html5-express-boilerplate",
"bin": { "h5eb": "./bin/h5eb" },
"scripts": { "prepublish" : "npm prune" },
"engines": { "node": ">= 0.4.9 < 0.7.0" }
}