This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
96 lines (96 loc) · 2.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "aerogear",
"title": "AeroGear JavaScript Library",
"description": "Provides a lightweight set of utilities for communication, security, storage and more.",
"version": "2.2.0-dev",
"homepage": "https://github.com/aerogear/aerogear-js",
"author": {
"name": "Red Hat, Inc.",
"url": "http://aerogear.org"
},
"maintainers": {
"name": "Lucas Holmquist",
"email": "lholmqui@redhat.com"
},
"contributors": [
{
"name": "Kris Borchers",
"url": "http://twitter.com/kborchers"
},
{
"name": "Lucas Holmquist",
"url": "http://twitter.com/sienaluke"
},
{
"name": "Bruno Oliveira",
"url": "http://twitter.com/abstractj"
},
{
"name": "Matthias Wessendorf",
"url": "http://twitter.com/mwessendorf"
},
{
"name": "Daniel Bevenius",
"url": "http://twitter.com/dbevenius"
},
{
"name": "Douglas Campos",
"url": "http://twitter.com/qmx"
},
{
"name": "Sebastien Blanc",
"url": "http://twitter.com/sebi2706"
},
{
"name": "Jay Balunas",
"url": "http://twitter.com/tech4j"
},
{
"name": "Christos Vasilakis",
"url": "http://twitter.com/cvasilak"
},
{
"name": "Yavuz Yilmaz",
"url": "https://github.com/yavuzsel"
},
{
"name": "Tolis Emmanouilidis",
"url": "https://twitter.com/tolis_e"
},
{
"name": "Lukáš Fryč",
"url": "https://twitter.com/lfryc"
}
],
"repository": {
"type": "git",
"url": "aerogear/aerogear-js.git"
},
"bugs": {
"url": "https://issues.jboss.org/browse/AGJS"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": [],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "0.3.1",
"jsdoc-aerogear": "~3.2.0-dev",
"lodash": "~2.4.1",
"request": "~2.27.0",
"shelljs": "^0.3.0"
},
"scripts": {
"test": "grunt travis --verbose"
}
}