@test-runner/web
Version:
36 lines (35 loc) • 747 B
JSON
{
"name": "dommo",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.2.0",
"description": "An isomorphic, load-anywhere function to convert an HTML string to a DOM tree",
"repository": "https://github.com/75lb/dommo",
"keywords": [
"domify",
"create",
"dom",
"fragment",
"html",
"convert"
],
"license": "MIT",
"main": "dist/index.js",
"module": "index.mjs",
"engines": {
"node": ">=8"
},
"files": [
"index.mjs",
"dist/index.js"
],
"scripts": {
"test": "test-runner test.js",
"dist": "rollup -c dist/index.config.js"
},
"devDependencies": {
"jsdom": "^15.1.1",
"rollup": "^1.20.3",
"test-object-model": "^0.4.4",
"test-runner": "^0.6.0"
}
}