-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "posthtml-custom-elements",
"version": "1.1.2",
"description": "PostHTML plugin. Use HTML Custom Element now.",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha -R dot && npm run cover",
"clean": "rm -rf coverage jsdoc-api",
"cover": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha -- -R tap",
"lint": "jshint . && jscs ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/posthtml/posthtml-custom-elements.git"
},
"keywords": [
"posthtml",
"plugin",
"html",
"xml",
"custom-elements",
"processor",
"htmlnext",
"transforming",
"transform",
"manipulation",
"preprocessor",
"parser"
],
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/posthtml/posthtml-custom-elements/issues"
},
"homepage": "https://github.com/posthtml/posthtml-custom-elements#readme",
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.4.2",
"jscs": "^3.0.7",
"jshint": "^2.8.0",
"mocha": "^3.2.0",
"posthtml": "^0.9.2"
}
}