-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 885 Bytes
/
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
{
"name": "videojs-skin-twitchy",
"version": "2.0.1",
"description": "Videojs skin that happens to resemble a certain video game streaming site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mmcc/videojs-skin-twitchy.git"
},
"keywords": [
"videojs",
"videojs-skin"
],
"author": "Matthew McClure <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmcc/videojs-skin-twitchy/issues"
},
"homepage": "https://github.com/mmcc/videojs-skin-twitchy",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"highlight.js": "^8.4.0",
"jquery": "^2.1.3",
"video.js": "^5.8"
}
}