-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "SLACsite",
"version": "0.1.0",
"description": "Olin project and event site powered by SLAC.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "./node_modules/node-sass/bin/node-sass -w -r scss/ -o ./public/styles/ style.css",
"livereload": "./node_modules/livereload/bin/livereload.js .",
"build": "nodemon & npm run sass"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/olin/slac.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/olin/slac/issues"
},
"homepage": "https://github.com/olin/slac",
"dependencies": {
"body-parser": "^1.10.1",
"cookie-parser": "^1.3.3",
"crypto-js": "^3.1.4",
"express": "^4.10.6",
"express-handlebars": "^1.1.0",
"express-session": "^1.11.1",
"lodash": "^3.6.0",
"minimist": "^1.1.1",
"mongoose": "^4.0.1",
"morgan": "^1.5.1",
"request": "^2.55.0",
"serve-favicon": "^2.2.0"
},
"devDependencies": {
"livereload": "^0.3.7",
"node-sass": "^2.1.1"
}
}