-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.63 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.63 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "TDCsApp",
"version": "1.1.0",
"main": "server/app.js",
"dependencies": {
"ABAValidator": "1.0.5",
"TDCore": "https://github.com/talosdigital/TDCore/tarball/master",
"async": "1.4.2",
"balanced-official": "1.4.0",
"blind": "1.0.0",
"body-parser": "1.14.0",
"camelize": "1.0.0",
"chai": "3.3.0",
"composable-middleware": "0.3.0",
"compression": "1.5.2",
"connect-mongo": "0.8.2",
"cookie-parser": "1.4.0",
"ejs": "2.3.4",
"email-templates": "2.0.1",
"errorhandler": "1.4.2",
"express": "4.13.3",
"express-jwt": "3.1.0",
"express-session": "1.11.3",
"faker": "3.0.1",
"fb": "0.7.3",
"jsonwebtoken": "5.0.5",
"lodash": "3.10.1",
"method-override": "2.3.5",
"mixpanel": "0.3.1",
"moment": "2.10.6",
"moment-business-days": "0.0.9",
"mongoose": "4.1.8",
"morgan": "1.6.1",
"ngstorage": "0.3.9",
"node-uuid": "1.4.3",
"nodemailer": "1.4.0",
"paidup-schedule-connect": "^2.3.0",
"passport": "0.3.0",
"passport-local": "1.0.0",
"serve-favicon": "2.3.0",
"snakeize": "0.1.0",
"socket.io": "1.3.7",
"socket.io-client": "1.3.7",
"socketio-jwt": "4.3.1",
"urlencode": "1.1.0",
"winston": "1.0.1",
"winston-logsene": "1.0.6",
"wkhtmltopdf": "0.1.5"
},
"devDependencies": {
"chai-as-promised": "5.1.0",
"chalk": "1.1.1",
"connect-livereload": "0.5.3",
"david": "6.2.0",
"faker": "3.0.1",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-asset-injector": "0.1.0",
"grunt-autoprefixer": "3.0.3",
"grunt-blanket-mocha": "0.5.0",
"grunt-build-control": "0.6.0",
"grunt-concurrent": "2.0.3",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.1",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-imagemin": "0.9.4",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-dom-munger": "3.4.0",
"grunt-env": "0.4.4",
"grunt-express-server": "0.5.1",
"grunt-google-cdn": "0.4.3",
"grunt-karma": "0.12.1",
"grunt-mocha-cli": "1.14.0",
"grunt-mocha-cov": "0.4.0",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.1.1",
"grunt-ng-annotate": "1.0.1",
"grunt-nodemon": "0.4.0",
"grunt-open": "0.2.3",
"grunt-rev": "0.1.0",
"grunt-svgmin": "2.0.1",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "2.0.0",
"jasmine-core": "2.3.4",
"jit-grunt": "0.9.1",
"jshint-stylish": "2.0.1",
"karma": "0.13.10",
"karma-chrome-launcher": "0.2.0",
"karma-coffee-preprocessor": "0.3.0",
"karma-firefox-launcher": "0.1.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-jade-preprocessor": "0.0.11",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-ng-jade2js-preprocessor": "0.2.1",
"karma-ng-scenario": "0.1.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "0.1.0",
"mocha-cobertura-reporter": "1.0.4",
"mocha-jenkins-reporter": "0.1.9",
"nightwatch": "0.8.3",
"open": "0.0.5",
"requirejs": "2.1.20",
"should": "7.1.0",
"supertest": "1.1.0",
"time-grunt": "1.2.1"
},
"engines": {
"node": "4.1.0"
},
"scripts": {
"start": "node server/app.js",
"test": "grunt test",
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
},
"private": true,
"config": {
"blanket": {
"pattern": [
"varity/lib"
]
}
}
}