forked from aerogear-attic/aerogear-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
component.json
33 lines (33 loc) · 895 Bytes
/
component.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
{
"name": "aerogear",
"title": "AeroGear JavaScript Library",
"description": "Provides a lightweight set of utilities for communication, security, storage and more.",
"version": "1.0.0",
"main": "./dist/aerogear.min.js",
"homepage": "https://github.com/aerogear/aerogear-js",
"author": {
"name": "Red Hat, Inc.",
"url": "http://aerogear.org"
},
"maintainers": {
"name": "Kris Borchers",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/aerogear/aerogear-js.git"
},
"bugs": {
"url": "https://issues.jboss.org/browse/AEROGEAR"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"jquery": "1.8.x"
},
"keywords": []
}