-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1023 Bytes
/
package.json
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": "jquery.autotube",
"version": "1.0.0",
"description": "jQuery plugin to detect YouTube video links, load thumbnail images, and play the video through the YouTube IFrame API.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/CarlRaymond/jquery.autotube.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"youtube",
"video"
],
"author": "Carl J. Raymond",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/CarlRaymond/jquery.autotube/issues"
},
"homepage": "https://github.com/CarlRaymond/jquery.autotube",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.2",
"qunitjs": "^1.18.0"
},
"dependencies": {}
}