forked from phenax/project-venus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.16 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
{
"name": "venus",
"version": "0.0.0",
"description": "__",
"main": "app.js",
"scripts": {
"start": "node ./server/www",
"start:w": "nodemon ./server/www"
},
"engines": {
"node": "7.4.0",
"npm": "4.0.5"
},
"repository": {
"type": "git",
"url": "__"
},
"keywords": [
"__"
],
"author": "Akshay Nair <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"auto-bind": "^1.1.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-react-views": "^0.10.2",
"express-session": "^1.15.1",
"logger": "^0.0.1",
"mongoose": "^4.9.1",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sequelize": "^3.30.3"
},
"devDependencies": {
"babel-loader": "^6.4.1",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"webpack": "^2.3.2"
}
}