UNPKG

898 BJSONView Raw
1{
2 "name": "html-comment-regex",
3 "version": "1.1.2",
4 "description": "Regular expression for matching HTML comments",
5 "homepage": "https://github.com/stevemao/html-comment-regex",
6 "author": {
7 "name": "Steve Mao",
8 "email": "maochenyan@gmail.com",
9 "url": "https://github.com/stevemao"
10 },
11 "repository": "stevemao/html-comment-regex",
12 "license": "MIT",
13 "files": [
14 "index.js"
15 ],
16 "keywords": [
17 "html-comment-regex",
18 "text",
19 "string",
20 "regex",
21 "regexp",
22 "re",
23 "match",
24 "test",
25 "find",
26 "pattern",
27 "comment",
28 "comments",
29 "html",
30 "HTML",
31 "HyperText Markup Language"
32 ],
33 "dependencies": {},
34 "devDependencies": {
35 "jscs": "^1.11.3",
36 "jshint": "^2.6.3",
37 "mocha": "*"
38 },
39 "scripts": {
40 "lint": "jshint *.js --exclude node_modules && jscs *.js",
41 "test": "npm run-script lint && mocha"
42 }
43}