-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (36 loc) · 917 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
{
"name": "polymer-loader",
"version": "1.1.0",
"description": "Webpack loader to automatically require any resources related to the required one",
"keywords": [
"webpack",
"loader"
],
"homepage": "https://github.com/jondum/polymer-loader",
"repository": {
"type": "git",
"url": "git://github.com/jondum/polymer-loader.git"
},
"author": {
"name": "Jonathan Dumaine",
"email": "[email protected]",
"url": "https://github.com/jondum"
},
"contributors": [
"Michael Rochelle <[email protected]> (http://www.EliteScientist.net)"
],
"main": "index.js",
"peerDependencies": {
"@polymer/polymer": "^3.3.1",
"webpack": "^5.65.0",
"source-map": "^0.7.3",
},
"engines": {
"node": ">=0.10.0"
},
"license": "WTFPL",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/jondum/polymer-loader/issues"
}
}