-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 816 Bytes
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
{
"name": "netlify-plugin-inline-source",
"version": "1.0.4",
"description": "A Netlify plugin to inline your assets/sources, built on top of the `inline-source` package.",
"license": "MIT",
"author": "Tom Bonnike (bonniketom@gmail.com)",
"repository": {
"type": "git",
"url": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source.git"
},
"bugs": {
"url": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source/issues"
},
"homepage": "https://github.com/Tom-Bonnike/netlify-plugin-inline-source#readme",
"keywords": [
"netlify",
"netlify-plugin",
"inline-source",
"inline",
"assets",
"sources"
],
"engines": {
"node": ">=8.6.0"
},
"main": "index.js",
"dependencies": {
"inline-source": "^7.2.0",
"readdirp": "^3.4.0"
}
}