forked from web-scrobbler/web-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.85 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
{
"name": "web-scrobbler",
"version": "2.28.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.12.1",
"blueimp-md5": "2.12.0",
"bootstrap": "4.4.1",
"jquery": "3.4.1",
"requirejs": "2.3.6",
"showdown": "1.9.1",
"webextension-polyfill": "0.6.0"
},
"devDependencies": {
"@octokit/rest": "17.0.0",
"chai": "4.2.0",
"chai-spies": "1.0.0",
"codacy-coverage": "3.4.0",
"dotenv": "8.2.0",
"eslint-plugin-jsdoc": "21.0.0",
"firefox-extension-deploy": "1.1.2",
"grunt": "1.0.4",
"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": "3.1.0",
"grunt-eslint": "22.0.0",
"grunt-git": "1.0.14",
"grunt-jsonlint": "2.1.1",
"grunt-lintspaces": "0.8.6",
"grunt-mocha-cli": "5.0.0",
"grunt-preprocess": "5.1.0",
"grunt-remark": "8.0.0",
"grunt-replace-json": "0.1.0",
"grunt-stylelint": "0.14.0",
"grunt-webstore-upload": "0.9.24",
"load-grunt-tasks": "5.1.0",
"mocha": "7.0.1",
"mocha-lcov-reporter": "1.3.0",
"node-define": "0.1.1",
"nyc": "15.0.0",
"remark-preset-lint-recommended": "3.0.3",
"stylelint": "13.1.0",
"stylelint-order": "4.0.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"
}