-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.11 KB
/
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
40
41
42
43
44
45
{
"name": "connect-render",
"version": "0.4.0",
"description": "Template Render helper using `ejs` for `connect`: res.render(view, options). Support `connect` @1.8.x and @2.2.0+ .",
"keywords": ["connect", "render", "connect-render", "template", "ejs"],
"author": "fengmk2 <[email protected]> (http://github.com/fengmk2)",
"homepage": "http://github.com/fengmk2/connect-render",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/fengmk2/connect-render.git"
},
"bugs": {
"url": "http://github.com/fengmk2/connect-render/issues"
},
"scripts": {
"test": "make test-all",
"blanket": {
"pattern": "connect-render/lib"
},
"travis-cov": {
"threshold": 100
}
},
"dependencies": {
"ejs": "1.0.0"
},
"devDependencies": {
"autod": "*",
"blanket": "*",
"connect": "*",
"contributors": "*",
"coveralls": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"rewire": "2.0.0",
"should": "3.3.1",
"supertest": "0.11.0",
"travis-cov": "*"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
}