-
Notifications
You must be signed in to change notification settings - Fork 232
/
package.json
72 lines (72 loc) · 2.02 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
68
69
70
71
72
{
"name": "streamkeys",
"version": "1.8.4",
"description": "Global hotkeys for online music players including support for media keys.",
"repository": {
"type": "git",
"url": "git://github.com/berrberr/streamkeys.git"
},
"license": "MIT",
"browser": {
"ko": "./node_modules/knockout/build/output/knockout-latest.js",
"lodash": "./node_modules/lodash/index.js",
"BaseController": "./code/js/modules/BaseController.js",
"MouseEventController": "./code/js/modules/MouseEventController.js"
},
"browserify-shim": {
"jquery": "jQuery"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"scripts": {
"test": "karma start --single-run",
"grunt:dev": "grunt dev",
"grunt:rel": "grunt rel",
"grunt:watch": "grunt watch",
"grunt:lint": "grunt lint",
"develop": "npm-run-all grunt:dev grunt:watch"
},
"devDependencies": {
"chai": "^4.3.4",
"es6-promise": "^4.2.8",
"eslint": "^7.32.0",
"eslint-plugin-jasmine": "^4.1.1",
"eslint-plugin-jasmine-jquery": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-exec": "^3.0.0",
"karma-sinon-chrome": "^0.2.0",
"karma-spec-reporter": "0.0.32",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"watchify": "^4.0.0"
},
"dependencies": {
"@metahub/karma-jasmine-jquery": "^4.0.1",
"browserify": "^17.0.0",
"browserify-shim": "~3.8.14",
"grunt": "^1.3.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-karma": "^4.0.0",
"grunt-mkdir": "^1.1.0",
"grunt-sass": "^3.1.0",
"jasmine-core": "^3.10.0",
"jasmine-jquery": "^2.1.1",
"karma": "^5.2.3",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"knockout": "^3.5.1",
"lodash": "^4.17.21",
"material-design-lite": "^1.3.0",
"puppeteer": "^10.4.0",
"sinon": "^11.1.2",
"sinon-chrome": "^3.0.1",
"urlutils": "0.0.3"
}
}