forked from jonnyhaynes/inline-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "inline-svg",
"version": "2.2.3",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0"
},
"scripts": {
"test": "grunt --verbose"
},
"description": "Takes an inline image with an SVG as it's source and swaps it for an inline SVG",
"main": "dist/inlineSVG.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jonnyhaynes/inline-svg.git"
},
"keywords": [
"inline",
"SVG",
"inline-SVG",
"front-end"
],
"authors": [
"Oliver Farrell <[email protected]>",
"Jonny Haynes <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jonnyhaynes/inline-svg/issues"
},
"homepage": "https://github.com/jonnyhaynes/inline-svg#readme"
}