-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 729 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 729 Bytes
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": "StijnDeWitt@hotmail.com",
"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": {}
}