-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 721 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
{
"author": {
"name": "Chad Brown",
"email": "chad.brown@crystallinetech.com",
"url": "https://www.json2html.com"
},
"name": "node-json2html",
"description": "json2html - HTML templating in pure javascript",
"version": "3.4.0",
"homepage": "https://www.json2html.com",
"repository": {
"url": "git://github.com/moappi/json2html.git"
},
"keywords": [
"json2html",
"templating",
"html",
"web",
"templates",
"json"
],
"main": "node.json2html.js",
"dependencies": {},
"devDependencies": {
"mocha": "latest"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha",
"benchmark":"node benchmark.js"
}
}