-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 825 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 825 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
{
"name": "component-render",
"version": "0.2.1",
"description": "Render html files from template files for component",
"keywords": [
"component",
"render",
"generator",
"html"
],
"author": "kazupon (kazuya kawaguchi) <k.kawaguchi@frapwings.jp>",
"repository": {
"type": "git",
"url": "git://github.com/Farpwings/component-render.git"
},
"bugs": {
"url": "https://github.com/Frapwings/component-render/issues"
},
"dependencies": {
"commander": "~1.1.1",
"jade": "~0.31.0",
"debug": "~0.7.2",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"main": "./index.js",
"bin": {
"component-render": "bin/component-render"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.10.0"
}
}