-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "song-collector",
"version": "1.0.0",
"description": "Prime Academy Phi Cohort iSongCollect Team",
"main": "index.js",
"scripts": {
"test": "nodemon server/app.js",
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samvelie/song-collector.git"
},
"author": "Sam Velie, Paige Bystrom, Catherine Jarocki, Celina Peterson",
"license": "ISC",
"bugs": {
"url": "https://github.com/samvelie/song-collector/issues"
},
"homepage": "https://github.com/samvelie/song-collector#readme",
"dependencies": {
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angularfire": "^2.3.0",
"angularjs-dropdown-multiselect": "^2.0.0-beta.9",
"body-parser": "^1.17.1",
"bootstrap": "~4.1.2",
"express": "^4.15.2",
"filestack-js": "^0.4.2",
"firebase-admin": "^4.2.0",
"ng-quill": "^3.1.0",
"nodemailer": ">=6.4.16"
"nodemailer-smtp-transport": "^2.7.4",
"pg": "^6.1.5"
}
}