forked from aerogear-attic/aerogear-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 985 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
37
38
39
{
"name": "aerogear",
"title": "AeroGear JavaScript Library",
"description": "Provides a lightweight set of utilities for communication, security, storage and more.",
"version": "1.2.0-dev",
"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"
}
],
"keywords": [],
"devDependencies": {
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-qunit": "~0.1.1",
"grunt": "~0.4.1"
},
"scripts": {
"test": "grunt travis --verbose"
}
}