-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
40 lines (40 loc) · 916 Bytes
/
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
{
"name": "RPL",
"version": "0.1.0",
"homepage": "https://github.com/IEEECS-VIT/RPL",
"authors": [
"Aneesh Neelam <neelam.aneesh@gmail.com>",
"Kashish Singhal <singhal2.kashish@gmail.com>",
"Kunal Nagpal <kunagpal@gmail.com>",
"Ayush Agarwal <agarwalayush161@gmail.com>",
"Shivam Mathur <burnualive@hotmail.com>",
"Shubham Sagar <shubham.sagar2013@vit.ac.in>"
],
"description": "Riviera Premier League",
"main": "bin/www",
"moduleType": [
"globals",
"node"
],
"license": "GPL-3.0+",
"licenses": [
{
"type": "GPL-3.0+",
"url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.4",
"jquery-ui": "~1.11.4",
"jquery": "~2.1.3"
}
}