forked from jasonsjones/mean-web-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "MEAN",
"version": "0.0.10",
"dependencies": {
"body-parser": "~1.8.0",
"compression": "~1.0.11",
"ejs": "^1.0.0",
"express": "~4.8.8",
"express-session": "^1.9.1",
"method-override": "~2.2.0",
"mongoose": "^3.8.18",
"morgan": "~1.3.0",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"connect-flash": "~0.1.1",
"passport-facebook": "~1.0.3",
"passport-twitter": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"socket.io": "~1.2.1",
"cookie-parser": "~1.3.3",
"connect-mongo": "~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.2",
"grunt-karma": "~0.9.0",
"grunt-mocha-test": "~0.12.4",
"grunt-nodemon": "~0.3.0",
"grunt-protractor-runner": "~1.1.4",
"jasmine-core": "~2.1.3",
"karma": "~0.12.28",
"karma-jasmine": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"mocha": "~2.0.1",
"should": "~4.3.0",
"supertest": "~0.15.0",
"grunt-node-inspector": "~0.1.5"
}
}