UNPKG

weery

Version:

Small library for DOM manipulating.

37 lines (36 loc) 845 B
{ "name": "weery", "version": "1.1.7", "description": "Small library for DOM manipulating.", "repository": { "type": "git", "url": "git+https://github.com/sevenns/weery.js.git" }, "main": "./dist/weery.min.module.js", "keywords": [ "weery.js", "weery", "dom", "manipulating", "small", "library" ], "author": "alexander sevenns", "license": "MIT", "bugs": { "url": "https://github.com/sevenns/weery.js/issues" }, "homepage": "https://github.com/sevenns/weery.js#readme", "scripts": { "build": "node ./bin/build.js" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-es5": "^0.5.0", "eslint-loader": "^2.0.0", "friendly-errors-webpack-plugin": "^1.7.0", "rimraf": "^2.6.2", "uglifyjs-webpack-plugin": "^1.2.5", "webpack": "^4.10.2" } }