x
Version:
Apply HTML transformations using attributes
41 lines (40 loc) • 801 B
JSON
{
"name": "x",
"version": "0.1.2",
"description": "Apply HTML transformations using attributes",
"main": "index.js",
"files": [
"lib"
],
"keywords": [
"html",
"html5",
"build",
"attribute",
"transform"
],
"repository": {
"type": "git",
"url": "git+https://github.com/w00tmast3r/x.git"
},
"author": "Bryan Terce <bryan.terce@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w00tmast3r/x/issues"
},
"homepage": "https://github.com/w00tmast3r/x#readme",
"scripts": {
"test": "standard"
},
"dependencies": {
"async": "^2.0.1",
"denque": "^1.0.1",
"parse5": "^2.1.5",
"pify": "^2.3.0",
"vinyl": "^1.1.1",
"vinyl-file": "^2.0.0"
},
"devDependencies": {
"standard": "^7.1.2"
}
}