-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 2.98 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "columbia-lectures-app",
"version": "0.0.0",
"public": false,
"description": "Opinionated Fullstack AngularJS and Express app (MEAN) from ColumbiaJS",
"repository": {
"type": "git",
"url": "http://github.com/default/columbia-lectures-app.git"
},
"main": "server.js",
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"keywords": [
"MEAN",
"angular",
"express",
"node",
"mongodb",
"mongo"
],
"author": "Lev Brie",
"license": "ISC",
"dependencies": {
"express": "^4.6.1",
"lodash": "^2.4.1",
"mongodb": "^1.4.7",
"mongoose": "^3.8.13",
"body-parser": "^1.5.0",
"method-override": "^2.1.2",
"morgan": "^1.2.0",
"dotenv": "^0.4.0",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-github": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-twitter": "^1.0.2",
"express-session": "^1.7.2",
"composable-middleware": "^0.3.0",
"ejs": "^1.0.0",
"jwt-simple": "^0.2.0",
"bcryptjs": "^2.0.2",
"moment": "^2.8.2",
"request": "^2.40.0",
"bower": "^1.3.12",
"underscore.string": "^2.3.3",
"bluebird": "^2.3.10"
},
"devDependencies": {
"chalk": "^0.5.1",
"codeclimate-test-reporter": "0.0.4",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-autoprefixer": "^2.0.0",
"grunt-build-control": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^0.9.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-express-server": "^0.4.17",
"grunt-google-cdn": "^0.4.3",
"grunt-injector": "^0.5.4",
"grunt-karma": "^0.8.3",
"grunt-mocha-test": "^0.12.1",
"grunt-newer": "^0.8.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-open": "^0.2.3",
"grunt-protractor-runner": "^1.1.0",
"grunt-release": "^0.7.0",
"grunt-rev": "^0.1.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^2.4.0",
"grunt-wiredep": "^1.8.0",
"jit-grunt": "^0.7.0",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.24",
"karma-chai-plugins": "^0.2.1",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.6",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.3",
"protractor": "^1.0.0",
"q": "^1.1.1",
"semver": "^4.1.0",
"shelljs": "^0.3.0",
"should": "^4.1.0",
"supertest": "^0.14.0",
"time-grunt": "^0.4.0"
}
}