-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.46 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "buzz",
"version": "1.0.0",
"description": "",
"author": "server.js",
"license": "",
"engines": {
"node": "7.10.1",
"npm": "4.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "webpack"
},
"keywords": [
"example",
"heroku"
],
"dependencies": {
"app.json": "^1.3.0",
"axios": "^0.16.1",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"jquery": "^3.2.1",
"mysql": "^2.4.2",
"pg-promise": "^5.6.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.4.1"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.4.1"
},
"env": {
"buzzhappyhour-staging": {
"required": true
},
"buzzhappyhour": {
"required": true
}
},
"babel": {
"presets": [
"es2015"
]
}
}