-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.93 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
{
"name": "babelfish",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^2.5.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "~1.0.0",
"google-translate": "^2.0.5",
"method-override": "~1.0.0",
"mongo": "^0.1.0",
"mongod": "^2.0.0",
"mongodb": "^2.2.30",
"mongoose": "^4.11.3",
"morgan": "~1.0.0",
"node-env-file": "^0.1.8",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"promise": "^8.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"socket.io": "^2.0.3",
"webpack": "^3.3.0"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^4.1.0",
"enzyme": "^2.9.1",
"expect": "^1.20.2",
"jsdom": "^11.1.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"react-test-renderer": "^15.6.1",
"should": "^11.2.1",
"sinon": "^2.3.8",
"sinon-mongoose": "^2.0.2",
"zombie": "^5.0.7"
},
"scripts": {
"start": "env NODE_ENV=development node app.js",
"test": "env NODE_ENV=test nyc mocha --compilers js:babel-core/register -r jsdom-global/register",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panteha/BabelChat.git"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/panteha/BabelChat/issues"
},
"homepage": "https://github.com/panteha/BabelChat#readme"
}