forked from striking-lunatics/buzzFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 Bytes
/
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
{
"name": "Beer-App",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./server/main.js --ignore client/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Wiles, Chuwei Lu, Tyler McCarthy, Burton Cooke, Dillon Lundell",
"license": "ISC",
"dependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"bcrypt": "^0.8.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"knex": "^0.11.7",
"node-uuid": "^1.4.7",
"nodemon": "^1.9.2",
"pg": "^6.0.2",
"react": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^15.1.0",
"request": "^2.73.0"
}
}