-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "Gulp-Sass-Angular-Materials-BrowserSync-Boilerplate ",
"version": "1.0.0",
"engines": {
"node": "7.4.0"
},
"description": "",
"main": "app.js",
"scripts": {
"test" : "nodemon server/app.js",
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Oliver Alexander, Andrew Froiland, Phil Gebauer, Isaac Halvorson",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.1",
"angular-messages": "^1.6.1",
"angular-route": "^1.6.1",
"body-parser": "^1.15.2",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"firebase": "^3.6.4",
"firebase-admin": "^4.0.4",
"nodemailer": "^2.7.0",
"pg": "^6.1.2"
},
"devDependencies": {
"browser-sync": "^2.18.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0"
}
}