forked from EphemeralElixir/Unplanned
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "elixir",
"version": "1.0.0",
"description": "Never Eat Alone App",
"main": "index.js",
"private": true,
"scripts": {
"start": "nodemon ./server/server.js",
"test": "mocha ./specs -u bdd -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EphemeralElixir/EphemeralElixir.git"
},
"author": "Tai Huynh, Sepehr Vakili, Shane Hubbell, Leo Adelstein",
"license": "MIT",
"bugs": {
"url": "https://github.com/EphemeralElixir/EphemeralElixir/issues"
},
"homepage": "https://github.com/EphemeralElixir/EphemeralElixir#readme",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"mongoose": "^4.4.19",
"nodemailer": "^2.4.2",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-google-maps": "^4.10.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"live-reload": "^1.1.0",
"mocha": "^2.5.3",
"morgan": "^1.7.0",
"nodemon": "^1.9.2",
"sinon": "^1.17.4",
"supertest": "^1.2.0",
"watch": "^0.18.0",
"watchify": "^3.7.0"
}
}