forked from timezoneio/timezoneio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.42 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
{
"name": "Timezone",
"version": "0.2.0",
"description": "Remote teams + Timezones",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"build": "gulp webpack",
"predeploy": "gulp predeploy",
"watch": "nodemon index.js & ./node_modules/gulp/bin/gulp.js webpack-dev-server",
"lint": "./node_modules/eslint/bin/eslint.js --ignore-pattern 'public/js' .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.2"
},
"author": "Dan Farrelly (http://danfarrelly.nyc/)",
"repository": {
"type": "git",
"url": "https://github.com/timezoneio/timezoneio"
},
"license": "MIT",
"dependencies": {
"async": "1.2.1",
"autoprefixer-stylus": "0.8.1",
"aws-sdk": "2.275.1",
"body-parser": "1.12.2",
"classnames": "2.1.2",
"connect-flash": "0.1.1",
"connect-redis": "3.0.0",
"connect-slashes": "1.3.0",
"cookie-parser": "1.3.4",
"cookie-session": "1.2.0",
"csurf": "1.8.0",
"es6-promise": "3.0.2",
"escape-string-regexp": "1.0.5",
"express": "4.10.7",
"express-session": "1.10.4",
"flux": "2.0.1",
"geocoder": "0.2.2",
"immutable": "3.6.2",
"keymirror": "0.1.1",
"lodash": "3.10.1",
"moment-timezone": "^0.5.23",
"mongoose": "5.2.4",
"morgan": "1.5.1",
"multer": "0.1.8",
"mustache": "2.0.0",
"node-jsx": "0.13.3",
"nodemailer": "1.10.0",
"passport": "0.3.0",
"passport-local": "1.0.0",
"passport-twitter": "1.0.3",
"react": "0.13.3",
"react-tools": "0.13.3",
"redis": "2.4.2",
"request": "2.60.0",
"sendgrid": "2.0.0",
"stylus": "0.54.5",
"twitter": "1.7.0",
"underscore": "1.8.3",
"webpack": "1.12.6",
"whatwg-fetch": "0.10.0"
},
"devDependencies": {
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"eslint": "2.10.2",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.8.0",
"eslint-plugin-jsx-a11y": "1.2.0",
"eslint-plugin-react": "5.1.1",
"glob": "6.0.1",
"gulp": "3.9.0",
"gulp-autoprefixer": "3.0.1",
"gulp-awspublish": "3.0.0",
"gulp-cssmin": "0.1.7",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "6.0.1",
"gulp-stylus": "2.0.6",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.6",
"json-loader": "0.5.3",
"nodemon": "1.9.2",
"vinyl-transform": "1.0.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
}
}