-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 848 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 848 Bytes
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
{
"name": "embedplayer",
"version": "1.0.0",
"description": "Generic jQuery API to control embedded videos",
"main": "embedplayer.jquery.js",
"scripts": {
"build": "uglifyjs src/embedplayer.js src/dailymotion.js src/soundcloud.js src/vimeo.js src/youtube.js src/twitch.js src/html5.js -o dist/embedplayer.jquery.min.js --source-map dist/embedplayer.jquery.min.js.map --mangle",
"package": "npm install && npm run build"
},
"dependencies": {},
"devDependencies": {
"uglify-js": "~2.7.0"
},
"repository": {
"type": "git",
"url": "git@github.com:panzi/embedplayer.git"
},
"keywords": [
"jQuery",
"player"
],
"author": "Mathias Panzenböck <grosser.meister.morti@gmx.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/panzi/embedplayer/issues"
},
"homepage": "https://github.com/panzi/embedplayer#readme"
}