-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
43 lines (43 loc) · 1.01 KB
/
bower.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
42
43
{
"name": "grapp-rest-resource",
"description": "A web component that encapsulates REST API calls",
"version": "0.1.16",
"main": "grapp-rest-resource.html",
"license": "MIT",
"ignore": [
"bin",
"build",
"lib",
"node_modules",
"src",
"test",
"tmpl",
"package.json",
"**/.*",
"**/*.log",
"**/*.sublime-*"
],
"keywords": [
"web-components",
"polymer",
"grappendorf"
],
"authors": [
"Dirk Grappendorf <[email protected]> (http://www.grappendorf.net)"
],
"homepage": "https://github.com/grappendorf/grapp-rest-resource",
"repository": {
"type": "git",
"url": "git://github.com/grappendorf/grapp-rest-resource.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"jquery": "^2.1.4",
"web-component-tester": "Polymer/web-component-tester#3.3.21",
"test-fixture": "PolymerElements/test-fixture#^1.0.0"
}
}