-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 936 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
38
39
40
{
"name": "posthtml-web-component",
"version": "0.1.0",
"description": "Server Side Web Component Render.",
"main": "src/index.js",
"scripts": {
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/island205/posthtml-web-component.git"
},
"keywords": [
"web",
"component",
"posthtml",
"posthtml-plugin",
"html",
"webcomponent",
"node"
],
"author": "island205@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/island205/posthtml-web-component/issues"
},
"homepage": "https://github.com/island205/posthtml-web-component#readme",
"dependencies": {
"debug": "^2.2.0",
"posthtml": "^0.11.6",
"request": "^2.67.0"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.13.3",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
}
}