superdom
Version:
Better and simpler DOM manipulation
41 lines (40 loc) • 978 B
JSON
{
"name": "superdom",
"version": "1.3.0",
"description": "Better and simpler DOM manipulation",
"main": "superdom.min.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-bytesize": "^0.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-run": "^0.6.0",
"grunt-semistandard": "^1.0.6",
"jest": "^17.0.3"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franciscop/superdom.js.git"
},
"keywords": [
"dom",
"manipulation",
"edit",
"add",
"remove",
"generate"
],
"author": "Francisco Presencia Fandos <public@francisco.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/franciscop/superdom.js/issues"
},
"homepage": "https://github.com/franciscop/superdom.js#readme"
}