-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
47
48
{
"name": "@author.io/rollup-plugin-wcbuilder",
"version": "1.1.4",
"description": "A rollup plugin for building author-elements web components.",
"main": "dist/rollup-plugin-wcbuilder.cjs.js",
"module": "dist/rollup-plugin-wcbuilder.es.js",
"scripts": {
"test": "npm run build && node test/sanity.js",
"build": "rollup -c",
"release": "npm run build && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/author-elements/rollup-plugin-wcbuilder.git"
},
"keywords": [
"rollup-plugin",
"author-elements",
"author.io",
"authorio",
"web",
"components",
"builder",
"custom",
"elements",
"html"
],
"author": "Author.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/author-elements/rollup-plugin-wcbuilder/issues"
},
"homepage": "https://github.com/author-elements/rollup-plugin-wcbuilder#readme",
"dependencies": {
"clean-css": "^4.2.1",
"html-minifier": "^3.5.21",
"postcss": "^7.0.14",
"rollup-pluginutils": "^2.4.1"
},
"devDependencies": {
"rollup-plugin-buble": "^0.19.6",
"rollup": "^1.2.3",
"tape": "^4.10.1"
},
"publishConfig": {
"access": "public"
}
}