-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 776 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 776 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
{
"name": "lith",
"version": "6.0.7",
"description": "Tool for generating HTML and CSS from javascript object literals.",
"dependencies": {
"dale": "6.0.2",
"teishi": "5.1.0"
},
"main": "lith.js",
"author": "Federico Pereiro <fpereiro@gmail.com>",
"contributors": ["Federico Pereiro <fpereiro@gmail.com>", "Hernan Rajchert (http://github.com/hrajchert)"],
"license": [{
"type": "Public Domain",
"url": "http://github.com/fpereiro/lith#license"
}],
"keywords": ["html", "css", "markup", "view", "templates"],
"repository" : {
"type": "git",
"url": "http://github.com/fpereiro/lith.git"
},
"bugs": {
"url": "http://github.com/fpereiro/lith/issues",
"email": "fpereiro@gmail.com"
}
}