forked from web-scrobbler/web-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "web-scrobbler",
"version": "2.31.0",
"author": "David Šabata <[email protected]>",
"description": "Scrobble music all around the web!",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/web-scrobbler/web-scrobbler.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
"blueimp-md5": "2.16.0",
"bootstrap": "4.5.0",
"jquery": "3.5.1",
"metadata-filter": "0.4.1",
"requirejs": "2.3.6",
"showdown": "1.9.1",
"webextension-polyfill": "0.6.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"codacy-coverage": "3.4.0",
"dotenv": "8.2.0",
"eslint-config-web-scrobbler": "0.1.0",
"grunt": "1.1.0",
"grunt-amo-upload": "0.3.0",
"grunt-bump": "0.8.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compress": "1.6.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-eslint": "22.0.0",
"grunt-jsonlint": "2.1.2",
"grunt-lintspaces": "0.9.0",
"grunt-mocha-cli": "6.0.0",
"grunt-preprocess": "5.1.0",
"grunt-publish-github-drafts": "0.2.0",
"grunt-remark": "9.0.0",
"grunt-replace-json": "0.1.0",
"grunt-stylelint": "0.15.0",
"grunt-webstore-upload": "0.9.24",
"load-grunt-tasks": "5.1.0",
"mocha": "7.1.2",
"mocha-lcov-reporter": "1.3.0",
"node-define": "0.1.1",
"nyc": "15.0.1",
"remark-preset-lint-recommended": "4.0.0",
"stylelint": "13.3.3",
"stylelint-config-web-scrobbler": "0.1.0"
},
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test",
"test-with-coverage": "nyc grunt test",
"upload-coverage": "cat ./coverage/lcov.info | codacy-coverage",
"clean-coverage": "rm -rf ./coverage",
"postinstall": "node scripts/copy-vendor.js"
},
"license": "MIT"
}