This repository was archived by the owner on Sep 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.03 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.03 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "jquery-svg-to-inline",
"version": "0.1.4",
"description": "A jQuery plugin to replace <image> and <object> embed SVG inline.",
"homepage": "https://github.com/tiagoporto/jquery-svg-to-inline",
"author": {
"name": "Tiago Porto",
"url": "http://tiagoporto.com"
},
"keywords": [
"svg",
"inline",
"include",
"html"
],
"repository": {
"type": "git",
"url": "https://github.com/tiagoporto/jquery-svg-to-inline.git"
},
"main": "dist/js/jquery-svg-to-inline.js",
"license": "MIT",
"scripts": {
"tag": "git tag v$npm_package_version",
"postpublish": "npm run tag && git push --tags"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.10.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.13",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-csslint": "^0.2.2",
"gulp-csso": "^1.1.0",
"gulp-eslint": "^2.0.0",
"gulp-file": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-hb": "^5.1.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inline": "^0.1.1",
"gulp-karma": "0.0.5",
"gulp-load-plugins": "^1.1.0",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-stylus": "^2.1.0",
"gulp-svg-sprite": "^1.2.15",
"gulp-svg2png": "^1.0.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.3",
"gulp-wrapper": "^1.0.0",
"gulp.spritesmith": "^6.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.16",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.2",
"merge-stream": "^1.0.0",
"rf": "0.0.1",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"yargs": "^4.1.0"
},
"dependencies": {
"jquery": "3.2.1"
}
}