forked from publicclass/express-partials
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 673 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 673 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
{
"author": "Tom Carden <tom@tom-carden.co.uk>",
"contributors": [
"Robert Sköld <robert@publicclass.se> (http://publicclass.se)"
],
"name": "ejs-locals",
"description": "Express 3.x locals for layout, partial and blocks.",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/randometc/ejs-locals.git"
},
"homepage": "https://github.com/randometc/ejs-locals",
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"ejs": "0.8.x"
},
"devDependencies": {
"express": "~3.0.0",
"mocha": "*",
"should": "*",
"methods": "0.0.1"
},
"scripts": {
"test": "mocha -r should -R spec"
}
}