-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 875 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
35
36
37
{
"name": "inline-resource-literal",
"description": "Inlines common types of resources to Javascript, powered by declarative syntax.",
"keywords": [
"inline",
"resources",
"HTML",
"JS",
"CSS",
"JSON"
],
"version": "1.2.2",
"main": "index.js",
"bin": {
"inline-resc": "./cli.js"
},
"license": "LGPL",
"author": {
"name": "theseanl",
"email": "i73hi64d0wr5df8pckig@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theseanl/InlineResourceLiteral.git"
},
"homepage": "https://github.com/theseanl/InlineResourceLiteral",
"bugs": {
"url": "https://github.com/theseanl/InlineResourceLiteral/issues"
},
"dependencies": {
"clean-css": "^5.1.5",
"estraverse": "^5.2.0",
"html-minifier": "^3.5.8",
"nightly-esprima": "^2021.7.10"
},
"devDependencies": {}
}