-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
91 lines (91 loc) · 2.81 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": "project-hands",
"version": "1.0.0",
"description": "Projects organization and team communication made easy.",
"main": "bin/www",
"scripts": {
"start": "node bin/www",
"test": "karma start --singleRun && mocha server/test",
"debug": "set DEBUG=*,-express*,-socket.io*,-engine*,-send*,-body-parser* && node bin/www",
"nodemon": "set DEBUG=*,-express*,-socket.io*,-engine*,-send*,-body-parser*,-nodemon* && nodemon ./bin/www -w ./server -i ./server/test",
"azure-log": "azure site log tail projecthands"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nexxado/ProjectHands.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nexxado/ProjectHands/issues"
},
"homepage": "https://github.com/Nexxado/ProjectHands#readme",
"dependencies": {
"angular": "^1.5.2",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-cookies": "^1.5.2",
"angular-gridster": "^0.13.3",
"angular-material": "^1.0.7",
"angular-messages": "^1.5.3",
"angular-resource": "^1.5.3",
"angular-touch": "^1.5.2",
"angular-translate": "^2.11.0",
"angular-ui-bootstrap": "^1.2.4",
"angular-ui-calendar": "^1.0.2",
"angular-ui-router": "^0.2.18",
"bcrypt": "^0.8.6",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"connect-mongodb-session": "^1.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.1",
"cookies": "^0.6.1",
"express": "^4.13.4",
"express-brute": "~0.5.0",
"express-brute-mongo": "^0.1.0",
"express-session": "^1.13.0",
"fullcalendar": "^2.7.0-beta",
"google-auth-library": "^0.9.8",
"googleapis": "^7.0.0",
"helmet": "^2.1.0",
"http-status-codes": "^1.0.6",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "^2.2.2",
"jsonwebtoken": "^5.7.0",
"mime-types": "^2.1.11",
"moment": "^2.12.0",
"mongodb": "^2.1.7",
"ng-file-upload": "^12.0.4",
"node-xlsx": "^0.7.1",
"nodemailer": "^2.3.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^2.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",
"shrinkwrap": "^0.4.0",
"socket.io": "^1.4.5",
"ui-router-extras": "^0.1.2"
},
"devDependencies": {
"angular-mocks": "^1.5.3",
"browser-sync": "^2.11.2",
"debug": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-mocha-reporter": "^2.0.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}