File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "private" : true ,
3
2
"scripts" : {
4
3
"minify" : " node_modules/uglify-js/bin/uglifyjs -c -m --comments '/@license/' -- html5-youtube.js > html5-youtube.min.js; node_modules/uglify-js/bin/uglifyjs -c -m --comments '/@license/' -- html5-youtube.compat.js > html5-youtube.compat.min.js" ,
5
4
"test" : " node_modules/testem/testem.js --port 3000" ,
8
7
"devDependencies" : {
9
8
"testem" : " ~0.8.3" ,
10
9
"uglify-js" : " ~2.4.20"
11
- }
10
+ },
11
+ "name" : " html5-youtube" ,
12
+ "description" : " YouTube Player API wrapper like HTML5 video API." ,
13
+ "version" : " 1.0.1" ,
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git+https://github.com/ginpei/html5-youtube.js.git"
17
+ },
18
+ "keywords" : [
19
+ " youtube" ,
20
+ " html5" ,
21
+ " video" ,
22
+ " multimedia" ,
23
+ " player" ,
24
+ " controller"
25
+ ],
26
+ "author" : " Ginpei" ,
27
+ "license" : " MIT" ,
28
+ "bugs" : {
29
+ "url" : " https://github.com/ginpei/html5-youtube.js/issues"
30
+ },
31
+ "homepage" : " https://github.com/ginpei/html5-youtube.js#readme"
12
32
}
You can’t perform that action at this time.
0 commit comments