-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "jquery-image-explode",
"version": "1.0.20",
"description": "A jQuery explosion plugin.",
"main": "dist/jquery.imgexplode.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/.bin/eslint jquery.imgexplode.js --cache --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmiaool/jquery-image-explode.git"
},
"keywords": [
"jquery",
"image",
"explode",
"jquery-plugin"
],
"author": "blackmiaool",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmiaool/jquery-image-explode/issues"
},
"homepage": "https://github.com/blackmiaool/jquery-image-explode#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-banner": "^0.1.3",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"less": "^2.7.1"
}
}