-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 844 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
34
35
36
37
38
{
"name": "stVideo",
"version": "0.9.0",
"description": "HTML5 video canvas player. Prevents video fullscreen on iPhone/iPad.",
"author": {
"name": "Tomasz Stabla",
"email": "[email protected]",
"url": "http://stabla.com"
},
"main": "dist/js/stVideo.js",
"homepage": "https://github.com/tstabla/stVideo",
"repository": {
"type": "git",
"url": "https://github.com/tstabla/stVideo.git"
},
"license": "MIT",
"keywords": [
"html5",
"video",
"canvas",
"player",
"simple",
"iphone",
"ipad"
],
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-copy": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"matchdep": "*",
"module": "0.0.1"
}
}