dom-tools
Version:
A tiny collection of DOM helpers for IE8+.
33 lines (32 loc) • 886 B
JSON
{
"name": "dom-tools",
"version": "0.1.4",
"description": "A tiny collection of DOM helpers for IE8+.",
"main": "dist/dom-tools.js",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dennisduong/dom-tools.git"
},
"keywords": [
"dom",
"javascript"
],
"author": "Dennis Duong <dennis.duong@hotmail.com> (https://github.com/dennisduong)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dennisduong/dom-tools/issues"
},
"homepage": "https://github.com/dennisduong/dom-tools#readme",
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"webpack": "^1.12.11"
}
}