forked from okrasn/Ch-041
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.4 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
{
"name": "rss_reader",
"version": "1.0.0",
"description": "Rss reader",
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "bower install",
"prestart": "npm install",
"main": "app.js",
"test": "karma start karma.conf.js",
"run": "karma run ",
"web-update": "webdriver-manager update",
"web-start": "webdriver-manager start",
"protractor": "conf.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"email-verification": "^0.4.5",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-session": "^1.14.0",
"fs": "0.0.2",
"jsonwebtoken": "^7.1.6",
"jwt-simple": "^0.4.1",
"logger": "0.0.1",
"meanie-angular-duplicate-requests-filter": "^1.2.0",
"method-override": "~2.0.2",
"mkdirp": "^0.5.1",
"moment": "^2.12.0",
"mongoose": "^4.5.7",
"morgan": "^1.7.0",
"multer": "1.1.0",
"nconf": "0.6.x",
"nodemailer": "^2.5.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.69.0",
"run-sequence": "^1.2.2",
"serve-favicon": "^2.3.0",
"session": "^0.1.0",
"winston": "0.7.x"
},
"repository": {
"type": "git",
"url": "https://github.com/nromanen/Ch-041/tree/Kasjs"
},
"keywords": [
"rss",
"reader"
],
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.13.0",
"browserify": "^13.1.0",
"debug": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "latest",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "latest",
"gulp-watch": "^4.3.4",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-commonjs": "0.0.13",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-opera-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"mocha": "^3.0.2",
"protractor": "^4.0.0",
"watchify": "^3.7.0"
}
}