-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "bluebonnet_records",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.18.1",
"dropbox": "^4.0.16",
"marked": "^0.7.0"
},
"devDependencies": {
"css-loader": "^2.1.1",
"g-sheets-api": "^1.0.2",
"style-loader": "^0.23.1",
"url-loader": "^2.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development --open --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capndave/bluebonnet_records.git"
},
"keywords": [
"record",
"store",
"album",
"albums",
"bluebonnet",
"lockhart",
"texas"
],
"author": "David Thompson and Harpal Assi",
"license": "ISC",
"bugs": {
"url": "https://github.com/capndave/bluebonnet_records/issues"
},
"homepage": "https://github.com/capndave/bluebonnet_records#readme"
}