html5-utils
Version:
html5 dom utils....
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "html5-utils",
"version": "1.0.0-beta.6",
"description": "html5 dom utils....",
"main": "index.js",
"scripts": {
"compile": "babel --presets es2015 -d lib/ src/",
"prepublish": "npm run compile",
"test": "npm run compile && jest"
},
"dependencies": {
"lodash": "^4.17.4",
"parse5": "^3.0.1",
"babel-core": "^6.21.0"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"jest": "^18.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aruntk/html5-utils.git"
},
"jest": {
"testPathIgnorePatterns": ["src/", "node_modules/"]
},
"keywords": [
"dom",
"html5",
"parse5",
"utils",
"cheerio"
],
"author": "aruntk",
"license": "MIT",
"bugs": {
"url": "https://github.com/aruntk/html5-utils/issues"
},
"homepage": "https://github.com/aruntk/html5-utils#readme"
}