38 lines
735 B
JSON
38 lines
735 B
JSON
{
|
|
"name": "domify",
|
|
"version": "1.4.2",
|
|
"description": "turn HTML into DOM elements",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"keywords": [
|
|
"dom",
|
|
"html",
|
|
"client",
|
|
"browser",
|
|
"component"
|
|
],
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "mocha -r jsdom-global/register"
|
|
},
|
|
"component": {
|
|
"scripts": {
|
|
"domify/index.js": "index.js"
|
|
}
|
|
},
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sindresorhus/domify.git"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"devDependencies": {
|
|
"jsdom": "^16.5.3",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "^8.3.2"
|
|
}
|
|
}
|