-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "open",
"version": "1.1.1",
"description": "Google Chrome Extension that lets you check if that cafe, late-night diner, bar, [insert name of place] is open.",
"main": "popup.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liuffy/Open.git"
},
"keywords": [
"yelp",
"hours of operation",
"business hours",
"open"
],
"author": "Sophia Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/liuffy/Open/issues"
},
"homepage": "https://github.com/liuffy/Open#readme",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"merge": "^1.2.0",
"oauth": "^0.9.15",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-slick": "^0.14.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"slick-carousel": "^1.6.0",
"webpack": "^2.2.1"
}
}