forked from MithrilJS/mithril-node-render
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 688 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 688 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
{
"name": "mithril-node-render",
"version": "0.5.0",
"description": "Node rending of mithril views",
"main": "index.js",
"scripts": {
"test": "node_modules/tape/bin/tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/StephanHoyer/mithril-node-render.git"
},
"keywords": [
"mithril",
"node",
"render",
"template"
],
"author": "Stephan Hoyer <ste.hoyer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StephanHoyer/mithril-node-render/issues"
},
"homepage": "https://github.com/StephanHoyer/mithril-node-render",
"devDependencies": {
"mithril": "0.2.4",
"tape": "4.6.0"
}
}