forked from web-scrobbler/web-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "web-scrobbler",
"version": "1.0.0",
"author": "David Šabata <[email protected]>",
"description": "Dummy package for maintaining dev dependencies of Web Scrobbler browser extension. The package is not published anywhere",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/web-scrobbler/web-scrobbler.git"
},
"devDependencies": {
"@octokit/rest": "^15.6.1",
"chai": "^4.0.0",
"chromedriver": "^2.33.2",
"firefox-extension-deploy": "^1.1.0",
"grunt": "^1.0.1",
"grunt-bump": "~0.8.0",
"grunt-cli": "~1.3.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-imagemin": "^2.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-eslint": "^20.0.0",
"grunt-exec": "^3.0.0",
"grunt-git": "^1.0.3",
"grunt-jsonlint": "^1.1.0",
"grunt-lintspaces": "^0.8.0",
"grunt-preprocess": "~5.1.0",
"grunt-rename-util": "^1.0.0",
"grunt-replace-json": "^0.1.0",
"grunt-stylelint": "^0.10.0",
"grunt-webstore-upload": "^0.9.17",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0",
"node-define": "~0.1.1",
"requirejs": "~2.3.2",
"selenium-webdriver": "^4.0.0-alpha.1",
"stylelint": "^9.2.1",
"stylelint-order": "^0.8.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt"
},
"license": "MIT"
}