forked from berrberr/streamkeys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Streamkeys",
"version": "1.7.1",
"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": {
"jquery": "./code/js/lib/jquery-1.11.1.min.js",
"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": "./node_modules/.bin/karma start --single-run"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6",
"karma-spec-reporter": "0.0.23",
"watchify": "~2.1.0"
},
"dependencies": {
"browserify": "~3.39.0",
"browserify-shim": "~3.7.0",
"grunt": "~0.4.5",
"grunt-browserify": "~3.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-karma": "^0.12.1",
"grunt-lintspaces": "~0.7.0",
"grunt-mkdir": "~0.1.1",
"grunt-sass": "^2.0.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "~0.2.0",
"karma": "^0.13.14",
"karma-browserify": "^4.4.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs2-launcher": "^0.3.2",
"knockout": "~3.3.0",
"es6-promise": "^3.0.2",
"jasmine-jquery": "^2.1.1",
"lodash": "~3.10.0",
"sinon": "^1.11.1",
"sinon-chrome": "^0.2.0",
"urlutils": "0.0.3"
}
}