forked from Download/polymer-cdn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 729 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
{
"name": "polymer-cdn",
"version": "2.6.0",
"description": "A mirror of Polymer so it can be used from CDN.",
"keywords": [
"polymer",
"cdn"
],
"homepage": "https://github.com/download/polymer-cdn",
"bugs": "https://github.com/download/polymer-cdn/issues",
"author": {
"name": "Stijn de Witt",
"email": "[email protected]",
"url": "http://StijnDeWitt.com"
},
"contributors": [
{
"name": "Levi Tomes",
"url": "https://github.com/agosto-levitomes"
},
{
"name": "FuriosoJack",
"url": "https://github.com/FuriosoJack"
}
],
"repository": {
"type": "git",
"url": "https://github.com/download/polymer-cdn.git"
},
"licenses": [
{
"type": "BSD"
}
],
"devDependencies": {}
}