forked from towering-cranes/Membrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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": "Membrain",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "nodemon server/server.js",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/towering-cranes/Membrain.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/towering-cranes/Membrain/issues"
},
"homepage": "https://github.com/towering-cranes/Membrain#readme",
"dependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.4",
"body-parser": "^1.16.0",
"classnames": "^2.2.5",
"express": "^4.14.0",
"jquery": "3.1.1",
"mongoose": "^4.7.7",
"morgan": "^1.8.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-router": "^3.0.2",
"semantic-ui-react": "^0.64.7",
"socket.io": "^1.7.2",
"webpack": "2.2.1"
},
"devDependencies": {}
}