forked from MakG10/jquery-meme-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 983 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-meme-generator",
"version": "1.0.4",
"description": "Meme Generator is a jQuery plugin allowing easily creating images with captions (memes) using interactive editor.",
"main": "src/js/jquery.memegenerator.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MakG10/jquery-meme-generator.git"
},
"keywords": [
"jquery",
"plugin",
"meme",
"generator",
"image",
"caption"
],
"author": "Maciej Gierej <[email protected]> (http://maciej.gierej.pl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MakG10/jquery-meme-generator/issues"
},
"homepage": "http://maciej.gierej.pl/en/jquery-meme-generator",
"dependencies": {
"jquery": ">=1.7.2",
"jquery-ui": ">=1.7.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-less": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7"
}
}