-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 915 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 915 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
37
38
39
40
{
"name": "github-ajax",
"version": "0.3.2",
"main": "github-ajax.html",
"description": "Fetch API wrapper targeted towards usage with the GitHub API",
"authors": [
"Preview-Code team"
],
"repository": {
"type": "git",
"url": "git://github.com/preview-code/github-ajax.git"
},
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"polymer": "Polymer/polymer#^1.8.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^5.0.1",
"webcomponentsjs": "^0.7.24",
"paper-button": "^1.0.14"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"preview-code",
"github",
"ajax"
]
}