-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
91 lines (91 loc) · 2.62 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
{
"name": "PodR",
"description": "PodR - A podcast manager written in Javascript with Node.js",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/johdah/PodR.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"body-parser": "~1.8.1",
"bower": "~1.3.10",
"compression": "~1.1.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.0",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.3",
"coveralls": "^2.11.1",
"crypto": "0.0.3",
"express": "~4.9.0",
"express-session": "~1.8.1",
"feedparser": "~0.19.2",
"forever": "0.11.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-karma": "0.8.3",
"grunt-mocha-test": "~0.8.1",
"grunt-nodemon": "0.3.0",
"karma": "0.12.22",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "0.2.1",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"lodash": "~2.4.1",
"mean-logger": "1.0.0",
"method-override": "~2.2.0",
"mocha-lcov-reporter": "0.0.1",
"mongoose": "~3.9.2",
"mongoose-schema-extend": "0.1.7",
"mongoose-unique-validator": "0.3.0",
"morgan": "~1.3.1",
"newrelic": "~1.8.1",
"nodetime": "~0.8.15",
"passport": "~0.2.1",
"passport-local": "1.0.0",
"serve-favicon": "~2.1.4",
"sendgrid": "1.2.0",
"should": "4.0.4",
"supertest": "0.13.0",
"swig": "1.4.2",
"view-helpers": "~0.1.4"
},
"devDependencies": {
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-nodemon": "0.3.0",
"grunt-concurrent": "0.5.0",
"grunt-karma": "~0.9.0",
"grunt-mocha-test": "~0.12.0",
"karma": "~0.12.23",
"karma-coverage": "~0.2.6",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "0.2.2",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.0",
"should": "4.0.4",
"supertest": "0.13.0"
}
}