-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.17 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "Trainify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec",
"test-e2e": "nightwatch",
"start": "pm2 startOrRestart ecosystem.json --env production",
"nginx": "ansible-playbook deployment/nginx.yml -i deployment/hosts",
"deploy": "ansible-playbook deployment/deploy.yml -i deployment/hosts",
"build": "gulp sass",
"test-server": "node ./backend",
"coveralls": "coveralls",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/sosickstudios/trainify.git"
},
"author": "Sosick Studios",
"bugs": {
"url": "https://github.com/sosickstudios/trainify/issues"
},
"homepage": "https://github.com/sosickstudios/trainify",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bluebird": "^2.2.2",
"body-parser": "^1.4.3",
"config": "1.12.0",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.3.2",
"edit-google-spreadsheet": "^0.2.7",
"express": "^4.12.3",
"express-session": "^1.6.5",
"hbs": "3.0.1",
"he": "^0.5.0",
"hiredis": "^0.2.0",
"keymirror": "^0.1.1",
"lodash": "3.6.0",
"mandrill-api": "^1.0.40",
"morgan": "^1.3.1",
"ms": "^0.7.1",
"newrelic": "^1.15.0",
"passwordless": "1.1.0",
"passwordless-redisstore": "0.0.1",
"pg": "4.3.0",
"pg-hstore": "^2.3.1",
"redis": "^0.12.0",
"require-dir": "0.1.0",
"sequelize": "^3.0.0",
"stripe": "^3.3.2",
"through2": "^0.6.2",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"browser-sync": "^2.7.13",
"classnames": "^2.1.1",
"d3": "^3.5.5",
"del": "0.1.1",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.6.3",
"flux": "^2.0.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "2.1.0",
"gulp-cache": "0.2.0",
"gulp-changed": "0.4.0",
"gulp-cssmin": "0.1.6",
"gulp-csso": "0.2.9",
"gulp-flatten": "0.0.2",
"gulp-if": "1.2.2",
"gulp-imagemin": "0.6.1",
"gulp-jshint": "1.7.1",
"gulp-load-plugins": "0.5.3",
"gulp-minify-css": "0.3.6",
"gulp-minify-html": "0.1.4",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "0.6.3",
"gulp-replace": "0.4.0",
"gulp-sass": "0.7.2",
"gulp-size": "0.4.0",
"gulp-uglify": "0.3.1",
"gulp-uncss": "0.4.5",
"gulp-useref": "0.5.0",
"gulp-util": "^3.0.5",
"gulp-webpack": "^1.2.0",
"istanbul": "0.3.0",
"jshint-stylish": "0.4.0",
"mocha": "1.20.1",
"nodemon": "^1.2.1",
"object-assign": "^3.0.0",
"path": "^0.11.14",
"psi": "0.1.1",
"react": "^0.13.3",
"react-headroom": "^1.5.0",
"react-hot-loader": "^1.2.7",
"react-router": "^0.13.3",
"require-dir": "0.1.0",
"rewire": "^2.1.0",
"should": "4.0.4",
"sinon": "1.10.2",
"supertest": "^0.13.0",
"vinyl-named": "^1.1.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0",
"whatwg-fetch": "^0.7.0"
}
}