-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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": "hvz-web",
"version": "1.0.0",
"author": "Sebastian Malton",
"description": "This is the webserver & front end for the UW HvZ website and app",
"license": "MIT",
"private": true,
"scripts": {
"test": "xo",
"dev": "node index.js dev",
"prod": "node index.js prod"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.5",
"angular-cookies": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"brfs": "^1.4.3",
"browserify": "^14.4.0",
"browserify-ngannotate": "^2.0.0",
"bulk-require": "^1.0.0",
"bulkify": "^1.4.2",
"cookie-parser": "^1.4.3",
"crypto-random-string": "^1.0.0",
"express": "^4.15.3",
"html-pdf": "^2.2.0",
"html_resolve": "^1.1.2",
"mongoose": "^4.10.5",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.2",
"ms": "^2.0.0",
"multiparty": "^4.1.3",
"neverbounce": "^4.1.2",
"nodemailer": "^4.0.1",
"object-path": "^0.11.4",
"pbkdf2": "^3.0.12",
"uglifyify": "^3.0.4"
},
"devDependencies": {
"xo": "^0.18.2"
}
}