This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.55 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
{
"name": "krushaTV",
"description": "episode tracking app",
"version": "1.3.2",
"private": true,
"scripts": {
"test": "sh test/test.sh"
},
"dependencies": {
"bcrypt-nodejs": "~0.0.3",
"biguint-format": "~1.0.0",
"body-parser": "~1.14.1",
"bunyan": "~1.5.1",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.4.0",
"crypto": "~0.0.3",
"express": "~4.13.3",
"express-brute": "~0.6.0",
"express-brute-redis": "~0.0.1",
"express-session": "~1.12.1",
"flake-idgen": "~1.0.0",
"libxmljs": "~0.15.0",
"passport": "~0.3.0",
"passport-facebook": "~2.0.0",
"passport-google-oauth": "~0.2.0",
"passport-local": "~1.0.0",
"passport-reddit": "~0.2.4",
"pg": "~4.4.1",
"redis": "~2.3.0",
"request": "~2.65.0",
"sanitize-html": "~1.11.1",
"sequelize": "~3.13.0",
"serialize": "~0.1.3",
"bluebird": "~3.0.5",
"connect-redis": "~3.0.1",
"pg-hstore": "~2.3.1",
"express-validator": "~2.18.0",
"moment": "~2.10.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.11.1",
"grunt-contrib-uglify": "~0.10.0",
"grunt-ngdocs": "~0.2.6",
"jasmine-core": "~2.3.4",
"karma": "~0.13.3",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.4",
"karma-jasmine": "~0.3.3",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"mocha": "~2.3.3",
"should": "~7.1.1",
"supertest": "~1.1.0",
"proxyquire": "~1.7.2"
}
}