-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 985 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 985 Bytes
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
{
"name": "beer_is_good",
"version": "1.0.0",
"description": "[Heroku link][heroku] **NB:** This should be a link to your production site",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobleesinger/BeerIsGood.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jacobleesinger/BeerIsGood/issues"
},
"homepage": "https://github.com/jacobleesinger/BeerIsGood#readme",
"dependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"flux": "^2.1.1",
"fuse.js": "^1.3.1",
"history": "^1.13.1",
"react": "^0.14.3",
"react-addons-linked-state-mixin": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"react-select": "^0.9.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
}
}