nono-plugin-html-inline
Version:
nono plugin package tool,inline local javascript, stylehseets, and images from an html page
39 lines (38 loc) • 942 B
JSON
{
"name": "nono-plugin-html-inline",
"version": "0.0.1",
"description": "nono plugin package tool,inline local javascript, stylehseets, and images from an html page",
"main": "index.js",
"bin": {
"html-inline": "bin/cmd.js"
},
"dependencies": {
"minimist": "~1.1.0",
"through2": "~0.6.3",
"trumpet": "~1.7.0"
},
"devDependencies": {
"tape": "^3.0.0",
"concat-stream": "~1.4.6"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tianyuan168326/nono-plugin-html-inline.git"
},
"homepage": "https://github.com/tianyuan168326/nono-plugin-html-inline",
"keywords": [
"nono",
"html",
"inline",
"asset"
],
"author": {
"name": "nonobiji thanks for James Halliday",
"email": "tianyuan168326@outlook.com",
"url": "http://www.nonobiji.com"
},
"license": "MIT"
}