UNPKG

domtastic

Version:

Small, fast, and modular DOM and event library for modern browsers.

81 lines (80 loc) 2.21 kB
{ "name": "domtastic", "version": "0.15.12", "description": "Small, fast, and modular DOM and event library for modern browsers.", "keywords": [ "attr", "class", "dom", "domtastic", "es6", "event", "evergreen", "html", "jquery", "selector" ], "author": { "email": "lars@webpro.nl", "name": "Lars Kappert", "url": "https://webpro.nl" }, "homepage": "https://domtastic.js.org", "repository": { "type": "git", "url": "https://github.com/webpro/DOMtastic.git" }, "bugs": { "url": "https://github.com/webpro/DOMtastic/issues" }, "main": "dist/domtastic.js", "jsnext:main": "src/index.js", "module": "src/index.js", "files": [ "dist", "src", "src-jquery-compat" ], "scripts": { "build": "rollup -c && rollup -c --config:minify", "bundle": "rollup -c", "size": "size-limit dist/domtastic.min.js --limit 4.5KB --no-webpack", "coverage": "NODE_ENV=test nyc --reporter text --reporter html npm test -- --reporter=dot", "coveralls": "NODE_ENV=test nyc --reporter=text-lcov npm test | coveralls", "doc": "doxstrap --title DOMtastic --output doc", "lint": "eslint src", "fix": "eslint src --fix", "test": "npm run bundle && mocha", "test:jquery": "npm run bundle -- --config:jquery-compat && mocha", "test:bs": "browserstack-runner", "watch": "onchange 'src/**/*.js' -- npm run bundle", "release": "release-it" }, "devDependencies": { "@babel/core": "7.4.3", "@babel/preset-env": "7.4.3", "@babel/register": "7.4.0", "babel-eslint": "10.0.1", "babel-plugin-istanbul": "5.1.1", "browserstack-runner": "0.9.0", "coveralls": "3.0.3", "doxstrap": "0.0.8", "eslint": "5.16.0", "eslint-plugin-import": "2.17.0", "glob": "7.1.3", "jsdom": "14.0.0", "jsdom-global": "3.0.2", "minimist": "1.2.0", "mocha": "6.1.3", "nyc": "13.3.0", "onchange": "5.2.0", "release-it": "11.0.0-alpha.7", "rollup": "1.10.0", "rollup-plugin-babel": "4.3.2", "rollup-plugin-replace": "2.2.0", "rollup-plugin-terser": "4.0.4", "sinon": "7.3.1", "size-limit": "1.0.1" }, "license": "MIT" }