-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 822 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 822 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
{
"name": "bd-views",
"version": "2.0.2",
"description": "Template rendering middleware for bd",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bdjs/bd-views.git"
},
"keywords": [
"bd",
"bd-views"
],
"author": "mdemo",
"license": "MIT",
"bugs": {
"url": "https://github.com/bdjs/bd-views/issues"
},
"homepage": "https://github.com/bdjs/bd-views#readme",
"dependencies": {
"co-views": "^1.0.0",
"debug": "^2.2.0",
"koa-send": "^1.3.1",
"object-assign": "^3.0.0"
},
"devDependencies": {
"jade": "^1.11.0",
"koa": "^0.21.0",
"mocha": "^2.2.5",
"should": "^7.0.2",
"supertest": "^1.0.1",
"underscore": "^1.8.3"
}
}