UNPKG

617 BJSONView Raw
1{
2 "name": "knate",
3 "version": "0.10.1",
4 "description": "Nate - Not Another Template Engine - plain JS to build HTML, no more template language to learn",
5 "main": "./KNate",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "Nate",
11 "Kinession",
12 "Framework",
13 "Template"
14 ],
15 "author": {
16 "name": "Yosh Kemu",
17 "email": "y@ke.mu",
18 "url": "http://yosh.ke.mu/"
19 },
20 "license": "ISC",
21 "maintainers": [
22 {
23 "name": "yosh",
24 "email": "y@ke.mu"
25 }
26 ],
27 "readme": "ERROR: No README data found!"
28}