-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 KB
/
package.json
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
40
41
42
43
44
45
46
{
"name": "punch-html-fragment-content-parser",
"title": "Punch HTML Fragment Content Parser",
"description": "A special parser for passthrough HTML fragment contentss with Punch.",
"version": "0.5.1",
"homepage": "https://github.com/sandymac/punch-html-fragment-content-parser",
"author": {
"name": "Sandy McArthur",
"email": "[email protected]",
"url": "http://Sandy.McArthur.org"
},
"repository": {
"type": "git",
"url": "git://github.com/sandymac/punch-html-fragment-content-parser.git"
},
"bugs": {
"url": "https://github.com/sandymac/punch-html-fragment-content-parser/issues"
},
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/sandymac/punch-html-fragment-content-parser/blob/master/LICENSE-WTFPL"
}
],
"main": "lib/html_fragment_content_parser",
"devDependencies": {
"jasmine-node": ">= 1.0.26",
"jshint": ">= 0.9.1"
},
"engines": {
"node": ">= 0.6.0",
"punch": ">= 0.5.0"
},
"scripts": {
"test": "jasmine-node spec"
},
"keywords": [
"punch",
"html-fragment",
"html",
"fragment",
"content-parser",
"content",
"parser"
]
}