-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 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
29
30
31
32
33
34
35
36
37
{
"name": "tago-playerbox.js",
"version": "0.1.0",
"description": "The simplest and dependency free Youtube modal player.",
"main": "src/tago-playerbox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tago-io/tago-playerbox.js.git"
},
"keywords": [
"playbox",
"tago",
"playerbox.js",
"youtube",
"modal",
"player"
],
"author": "Tago.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/tago-io/tago-playerbox.js/issues"
},
"homepage": "https://github.com/tago-io/tago-playerbox.js#readme",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0"
}
}