-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
48
49
50
{
"name": "inline.svg",
"version": "1.3.7",
"description": "A simple plugin that inlines a SVG file in your HTML",
"scripts": {
"serve": "parcel src/index.html",
"build": "node scripts/build_task.js",
"build_site": "parcel build src/index.html",
"package": "node scripts/package_task.js"
},
"author": "Ian Dunkerley",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.8.6",
"core-js": "^3.9.1",
"parcel-bundler": "^1.12.4",
"postcss": "^8.2.7",
"regenerator-runtime": "^0.13.7",
"sass": "^1.32.7",
"whatwg-fetch": "^3.6.2"
},
"browserslist": [
"> 0.25%",
"last 2 versions"
],
"dependencies": {
"es6-promise": "^4.2.8",
"js": "^0.1.0",
"normalize.css": "^8.0.1",
"scss": "^0.2.4",
"src": "^1.1.2"
},
"keywords": [
"SVG",
"Inline",
"HTML",
"File",
"plugin",
"Parcel",
"dunks1980"
],
"homepage": "https://inlinesvg.dunks1980.com/",
"repository": {
"type": "git",
"url": "https://github.com/Dunks1980/inline.svg"
},
"bugs": {
"url": "https://github.com/Dunks1980/inline.svg/issues"
}
}