Skip to content

Commit 2801a9a

Browse files
committed
prepare publication
1 parent b2a5ccf commit 2801a9a

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"private": true,
32
"scripts": {
43
"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",
54
"test": "node_modules/testem/testem.js --port 3000",
@@ -8,5 +7,26 @@
87
"devDependencies": {
98
"testem": "~0.8.3",
109
"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"
1232
}

0 commit comments

Comments
 (0)