forked from mattcreager/jog
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "jog",
"version": "0.0.0",
"description": "JoG - Jif or Gif, which is it?",
"main": "server/index.js",
"scripts": {
"bundle": "webpack -p --config webpack.production.config.js",
"postinstall": "npm run bundle",
"start": "babel-node server/index.js"
},
"engines": {
"node": "^5.0.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"babel": "^5.8.23",
"babel-loader": "^5.3.3",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"http-proxy": "^1.12.0",
"immutable": "^3.7.5",
"kafkaesque": "^0.1.1",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"numeral": "https://registry.npmjs.org/numeral/-/numeral-1.5.3.tgz",
"react": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-dom": "^0.14.2",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"socket.io": "^1.3.6",
"twilio": "^2.6.0",
"webpack": "^1.12.3"
}
}