-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
39
40
41
42
43
{
"name": "ng-youtube-embed",
"version": "1.7.17",
"description": "AngularJS module to embed Youtube videos with support for Youtube player parameters and JavaScript API for iframe embeds. Superlight (less than 5KB) and easy to use! Supports Youtube video URLs and IDs. No 3rd party JS dependencies. ",
"main": "build/ng-youtube-embed.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArunMichaelDsouza/ng-youtube-embed.git"
},
"keywords": [
"youtube",
"video",
"youtube api",
"js api",
"embed",
"iframe"
],
"author": "Arun Michael Dsouza <amdsouza92@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArunMichaelDsouza/ng-youtube-embed/issues"
},
"homepage": "https://github.com/ArunMichaelDsouza/ng-youtube-embed#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1"
},
"jshintConfig": {
"devel": true,
"expr": true,
"globals": {
"angular": false,
"YT": false
}
}
}