-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.28 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.28 KB
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
{
"name": "CS4550-sp2016",
"version": "1.0.0",
"description": "Course project for CS4550 spring 2016",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Ian Redpath",
"email": "[email protected]",
"url": "http://www.github.com/iredpath"
},
"homepage": "http://www.webdevelopment-redpathian.rhcloud.com",
"repository": {
"type": "git",
"url": "https://github.com/iredpath/WebDevelopment"
},
"engines": {
"node": ">= 5.4.0",
"npm": ">= 3.3.12"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"lodash": "^4.6.1",
"mongoose": "^4.4.10",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1"
},
"devDependencies": {
"angular2": "2.0.0-beta.7",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.11.0",
"gulpclass": "0.0.8",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.2",
"tsc": "^1.20150623.0",
"typescript": "^1.8.10",
"typings": "^0.6.8"
},
"main": "dist/server.js",
"scripts": {
"start": "./scripts/bash/run-local.sh"
}
}