-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 957 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
41
{
"name": "@aaronngray/html-includes",
"version": "1.2.0",
"description": "HTML Includes polyfill",
"main": "html-includes.min.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/AaronNGray/html-includes.git"
},
"author": "The Polymer Authors (https://polymer.github.io/AUTHORS.txt)",
"keywords": [
"html-includes",
"htmlincludes",
"web-components",
"webcomponents",
"polyfill",
"shim"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/AaronNGray/html-includes/issues"
},
"scripts": {
"build": "gulp",
"test": "wct"
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"bower": "^1.8.4",
"google-closure-compiler": "^20171112.0.0",
"gulp": "^3.8.8",
"gulp-sourcemaps": "^2.4.1",
"web-component-tester": "^6.9.0"
},
"publishConfig": {
"access": "public"
}
}