libdom
Version:
Lean Browser Library for typical DOM operations
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "libdom",
"version": "0.5.7",
"description": "Lean Browser Library for typical DOM operations",
"main": "dist/libdom.js",
"module": "dist/libdom.es.js",
"jsnext:main": "dist/libdom.es.js",
"scripts": {
"test": "bin/build-bundle.sh test || exit 1",
"start": "bin/build-bundle.sh start || exit 1",
"build": "bin/build-bundle.sh build || exit 1",
"build-optimized": "bin/build-bundle.sh build-optimized || exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diko316/libdom.git"
},
"keywords": [
"DOM",
"HTML",
"HTML5",
"XHTML",
"Browser",
"Cross-browser"
],
"author": "Diko Tech Slave",
"license": "MIT",
"bugs": {
"url": "https://github.com/diko316/libdom/issues"
},
"homepage": "https://github.com/diko316/libdom#readme",
"devDependencies": {
"jasmine-core": "^2.8.0",
"karma": "^1.7.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.4",
"karma-rollup-preprocessor": "^5.0.1",
"rollup": "^0.48.2",
"rollup-plugin-browsersync": "^0.2.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.2.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
},
"optionalDependencies": {
"libcore": "0.3.7"
}
}