-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "brew-day",
"version": "1.0.0",
"description": "Brew Day! is an application for home brewers.",
"main": "app.js",
"scripts": {
"test": "npm test"
},
"engines": {
"node": "~8.7.0",
"npm": "~5.5.1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/robertomlsoares/brew-day.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/robertomlsoares/brew-day/issues"
},
"homepage": "https://github.com/robertomlsoares/brew-day#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.10",
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-jwt": "^0.1.9",
"angular-loading-bar": "^0.9.0",
"angular-lock": "^2.0.3",
"angular-material": "^1.1.5",
"angular-messages": "^1.6.6",
"angular-mocks": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-storage": "0.0.15",
"angular-ui-mask": "^1.8.7",
"auth0": "^2.8.0",
"auth0-angular": "^4.2.7",
"auth0-lock": "^10.24.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"mongoose": "^4.12.3",
"morgan": "^1.9.0"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}