-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 1.2 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
49
{
"name": "wc-loader",
"version": "1.1.12",
"description": "Web components webpack loader",
"main": "index.js",
"scripts": {
"compile": "npm run clean && cross-env NODE_ENV=production babel src -d dist --presets es2015 --copy-files",
"clean": "rm -rf dist/",
"preversion": "npm run compile",
"postversion": "git push && git push --tags",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"html-minifier": "^3.5.3",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"parse5": "^3.0.2",
"polyclean": "^1.3.1",
"schema-utils": "^0.3.0"
},
"devDependencies": {
"ava": "^0.21.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.5",
"xo": "^0.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aruntk/wc-loader.git"
},
"keywords": [
"wc",
"polymer",
"webpack",
"webcomponents",
"wc-loader"
],
"author": "Arun Kumar T K (@aruntk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aruntk/wc-loader/issues"
},
"homepage": "https://github.com/aruntk/wc-loader#readme",
"xo": {
"space": true
}
}