-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "tagfinder",
"description": "Tagfinder parses html5 markup for opening tags and their attributes by Harald Rudell",
"author": "Harald Rudell <[email protected]> (http://www.haraldrudell.com)",
"keywords": [
"template",
"engine",
"express",
"html",
"html5",
"json",
"client",
"webfiller",
"parser"
],
"homepage": "https://github.com/haraldrudell/tagfinder",
"bugs": "https://github.com/haraldrudell/tagfinder/issues",
"version": "0.1.2",
"contributors": [
"Harald Rudell <[email protected]> (http://www.haraldrudell.com)"
],
"dependencies": {},
"devDependencies": {
"mochawrapper": ""
},
"repository": {
"type": "git",
"url": "https://[email protected]/haraldrudell/tagfinder.git"
},
"main": "lib/tagfinder",
"scripts": {
"test": "mocha --ui exports --reporter spec",
"monitor": "mocha --ui exports --reporter min --watch",
"debugtest": "mocha --debug-brk --ui exports --reporter spec",
"coverage": "mochacoverage"
}
}