-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "timeSheetApplication",
"description": "A time sheet application I built for Elevation Healthcare.",
"version": "0.0.1",
"homepage": "http://elevationhealthcare.com",
"author": {
"name": "Carter Wooten",
"email": "wootencl@g.cofc.edu"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wootencl/timeSheetApplication.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-imagemin": "0.9.4",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "^0.5.2",
"grunt-include-source": "^0.6.1",
"grunt-newer": "~1.1.1",
"grunt-usemin": "~3.0.0",
"grunt-wiredep": "~2.0.0",
"load-grunt-tasks": "~3.2.0",
"moment": "^2.12.0"
},
"dependencies": {
"backbone-validation": "^0.11.5",
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"mysql": "^2.10.2",
"nodemailer": "^2.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"promise-mysql": "^1.3.2"
}
}