This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ruhacks",
"version": "2.1.1",
"description": "ruhacks",
"main": "server.js",
"keywords": [
"ryerson",
"ryerson university",
"ruhacks",
"ru hacks",
"hackathon"
],
"author": "ruhacks",
"license": "ISC",
"dependencies": {
"body-parser": "1.17.2",
"bower": "1.8.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.15.5",
"less": "3.11.2",
"method-override": "2.3.9",
"mongoose": "4.11.6",
"pg": "6.1.0",
"pug": "2.0.0-rc.3"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"eslint": "4.6.1",
"eslint-config-airbnb-base": "12.0.0",
"eslint-plugin-import": "2.7.0",
"gulp": "^4.0.2",
"gulp-cache": "^0.4.5",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-if-else": "^1.0.3",
"gulp-imagemin": "^7.1.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.0.2",
"gulp-minifier": "^0.1.4",
"gulp-nodemon": "^1.0.4",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.0.2",
"imagemin-jpeg-recompress": "^5.1.0",
"mocha": "3.5.3",
"pngquant": "^1.1.1",
"yargs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ruahcks/website.git"
},
"engines": {
"node": "8.5.x"
},
"scripts": {
"start": "node server.js",
"lint": "eslint ./",
"test": "mocha --colors 2018\\tests\\**\\*.js",
"eslint": "eslint",
"mocha": "mocha"
}
}