-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
{
"name": "hrr24-mvp",
"version": "1.0.0",
"description": "Session Brew Finder",
"main": "app.js",
"dependencies": {
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"body-parser": "^1.17.2",
"brewerydb-node": "0.0.1",
"cors": "^2.8.3",
"express": "^4.15.3",
"install": "^0.10.1",
"mongodb": "^2.2.29",
"npm": "^5.0.3",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"jquery": "^3.2.1",
"mongoose": "^4.10.7",
"nodemon": "^1.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"build": "babel . --out-dir public/compiled --presets=es2015,react --ignore=node_modules,bower_components,compiled --source-maps inline",
"watch": "npm run build & npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commonstarling/hrr24-mvp.git"
},
"author": " (Sheena Ramirez)",
"license": "ISC",
"bugs": {
"url": "https://github.com/commonstarling/hrr24-mvp/issues"
},
"homepage": "https://github.com/commonstarling/hrr24-mvp#readme"
}