-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 Bytes
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
{
"name": "goodloeleague",
"version": "1.0.1",
"author": "Patrick Taylor",
"description": "This is an applcation for tracking a local commander meta",
"private": true,
"scripts": {
"start": "node server"
},
"engines": {
"node": ">=0.11"
},
"dependencies": {
"passport": "0.2.x",
"passport-local": "0.1.x",
"mongoose": "3.8.x",
"express": "~4.0.0",
"bcrypt-nodejs": "0.0.x",
"body-parser": "~1.0.0",
"express-session": "~1.2.0",
"cookie-parser": "~1.1.0",
"serve-static": "~1.1.0",
"aws-sdk": "~2.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-copy": "~0.5.0"
}
}