-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "picoslides",
"version": "1.0.1",
"description": "A responsive jQuery plugin for IFRAME-free embedding and simple navigation of SlideShare presentations.",
"main": "picoSlides.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hqcasanova/picoSlides.git"
},
"keywords": [
"slide",
"embed",
"responsive",
"adaptive",
"oembed",
"slideshare",
"lazy",
"jquery",
"bandwidth",
"presentation"
],
"author": {
"author": "Hector Quintero Casanova",
"email": "[email protected]",
"url": "http://www.hqcasanova.com"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"bugs": {
"url": "https://github.com/hqcasanova/picoSlides/issues"
},
"homepage": "http://hqcasanova.github.io/picoSlides/",
"dependencies": {
"jquery": ">=1.6.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1"
}
}