forked from salcido/discogs-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.2 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
{
"name": "discogs-enhancer",
"version": "2.10.0",
"description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com",
"main": "index.js",
"scripts": {
"build": "webpack",
"bump": "node version-bump.js",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salcido/discogs-enhancer.git"
},
"keywords": [],
"author": "Matthew Salcido",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/salcido/discogs-enhancer/issues"
},
"homepage": "https://github.com/salcido/discogs-enhancer#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.14.0",
"node-sass": "^4.9.3",
"puppeteer": "^1.8.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.2",
"webpack-cli": "^2.1.5"
}
}