-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.61 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
94
95
96
{
"name": "gcal-leave-scraper",
"version": "0.1.0",
"description": "Scans google calendars for leave events",
"license": "Apache-2.0",
"author": {
"name": "James Davis",
"email": "[email protected]",
"url": "https://github.com/davija"
},
"repoitory": {
"type": "git",
"url": "https://github.com/atsid/gcal-leave-scraper"
},
"scripts": {
"test": "gulp",
"report-coverage": "codeclimate-test-reporter < target/test-reports/all/lcov.info",
"start": "node index.js"
},
"keywords": [],
"devDependencies": {
"moment": "^2.10.6",
"moment-range": "^2.0.3",
"babel-eslint": "^4.1",
"babelify": "^6.1.3",
"browserify": "^12.0.0",
"browserify-shim": "^3.8.11",
"chai": "^3.3",
"chai-string": "^1.1.4",
"chai-as-promised": "^5.1",
"codeclimate-test-reporter": "^0.1.0",
"envify": "^3.4.0",
"eslint-config-ats": "0.1.0",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "3.6.3",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.0",
"gulp-empty": "^0.1.1",
"gulp-eslint": "^1.0.0",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.10.0",
"gulp-jade": "^1.0.1",
"gulp-livereload": "^3.8",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"isparta": "^3.0.3",
"jsdom": "^6.5.0",
"livereactload": "^0.7.0",
"nock": "^2.12.0",
"rewire": "^2.3.4",
"run-sequence": "^1.1.2",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"dependencies": {
"babel": "^5.8.3",
"body-parser": "^1.13.2",
"classnames": "^2.2.0",
"coffee-script": "^1.9.3",
"compression": "^1.5.1",
"config": "^1.14.0",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.2.0",
"debug": "^2.2.0",
"express": "^4.13.1",
"express-cache-response-directive": "^0.2.0",
"express-jefferson": "^2.1.0",
"express-mountie": "^3.0.0",
"helmet": "^0.10.0",
"history": "1.17.0",
"jade": "^1.11.0",
"lodash": "^3.10.0",
"material-ui": "^0.14.0",
"mongoose": "^4.0.7",
"mongoose-organizer": "^0.1.0",
"mongoose-q": "0.1.0",
"mr-cluster": "^0.1.1",
"node-fetch": "^1.3.3",
"passport": "^0.3.0",
"passport-google-oauth": "^0.2.0",
"q-bluebird": "0.0.1",
"react": "^0.14.3",
"react-dom": "0.14.3",
"react-redirect": "^1.0",
"react-router": "^2.0.0-rc4",
"react-tap-event-plugin": "0.2.1",
"superagent": "^1.4.0",
"superagent-bluebird-promise": "^2.1.0"
},
"browserify-shim": {}
}