This repository was archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.05 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "sts-integratedsystem",
"description": "An integrated system for STS walkin, checkin, and administraive affairs",
"version": "0.0.1",
"author": "Emory University Student Technology Support",
"engines": {
"node": "0.12.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "*",
"body-parser": "*",
"bower": "*",
"chalk": "*",
"compression": "*",
"connect-flash": "*",
"connect-mongo": "^1.1.0",
"consolidate": "^0.14.0",
"cookie-parser": "*",
"debug": "*",
"express": "*",
"express-session": "*",
"forever": "^0.15.1",
"glob": "^6.0.4",
"grunt": "^0.4.5",
"grunt-cli": "*",
"helmet": "^1.1.0",
"kerberos": "*",
"lodash": "^4.0.1",
"method-override": "*",
"mongodb": "*",
"mongoose": "*",
"mongoose-auto-increment": "^5.0.1",
"morgan": "*",
"node-schedule": "^1.0.0",
"nodemailer": "^2.0.0",
"nodemailer-smtp-transport": "^2.0.1",
"passport": "^0.3.2",
"passport-local": "*",
"request": "*",
"sax": "*",
"soap": "^0.11.4",
"strip-bom": "*",
"swig": "*"
},
"devDependencies": {
"glob": "^6.0.4",
"grunt": "*",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "*",
"grunt-env": "*",
"grunt-karma": "^0.12.1",
"grunt-mocha-test": "*",
"grunt-ng-annotate": "^1.0.1",
"grunt-node-inspector": "^0.4.1",
"grunt-nodemon": "^0.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "*",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "*",
"phantomjs-prebuilt": "^2.1.3",
"should": "^8.2.1",
"supertest": "^1.1.0"
}
}