-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 1004 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
{
"name": "mitoc-trips",
"version": "1.0.0",
"description": "The MIT Outing Club's trip management system",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidCain/mitoc-trips.git"
},
"author": "David Cain",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DavidCain/mitoc-trips/issues"
},
"homepage": "https://mitoc-trips.mit.edu",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"angular": "1.4.13",
"angular-sanitize": "1.4.13",
"angular-ui-bootstrap": "^1.3.3",
"angular-ui-sortable": "^0.13.4",
"bc-phone-number": "git+https://git@github.com/DavidCain/bc-phone-number.git",
"bootstrap": "^3.4.1",
"footable": "^2.0.6",
"jquery": "^3.6.0",
"jquery-ui": "git+https://github.com/components/jqueryui.git#1.11.4",
"jquery-ui-touch-punch": "^0.2.3",
"lodash": "^4.17.19",
"ui-select": "^0.16.1"
}
}