-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "middcourses-schedule",
"description": "main repo for the scheduler",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "[email protected]:coursereviews/schedule.git"
},
"engines": {
"node": "4.2"
},
"scripts": {
"start": "nodemon --ext hbs,js,json --watch lib --harmony lib/server.js",
"migrate:latest": "knex migrate:latest --knexfile lib/settings/knexfile.js"
},
"dependencies": {
"bcrypt": "0.8.x",
"bluebird": "2.10.x",
"body-parser": "1.14.x",
"bookshelf": "0.9.x",
"bower": "1.6.x",
"connect-session-knex": "1.0.x",
"cookie-parser": "1.4.x",
"express": "4.13.x",
"express-handlebars": "2.0.x",
"express-session": "1.12.x",
"express-validator": "2.18.x",
"knex": "0.9.x",
"lodash": "3.10.x",
"middlebury-catalog": "0.0.x",
"moment": "2.10.x",
"passport": "0.3.x",
"passport-local": "1.0.x",
"sqlite3": "3.1.x"
},
"devDependencies": {
"istanbul": "0.4.x",
"jscs": "2.4.x",
"jshint": "2.8.x",
"mocha": "2.3.x",
"nodemon": "1.8.x",
"supertest": "1.1.x"
}
}