@kunukn/aim
Version:
A library to make websites more usable by guessing which element is going to be hovered/clicked
65 lines (62 loc) • 1.96 kB
JSON
{
"name": "@kunukn/aim",
"version": "0.0.10",
"description": "A library to make websites more usable by guessing which element is going to be hovered/clicked",
"main": "dist/aim.umd.js",
"module": "dist/aim.es.js",
"main-es2015": "dist/aim.umd.es2015.js",
"scripts": {
"start": "browser-sync start -s 'examples' -f 'examples' --port 3434",
"dev": "browser-sync start -s 'src' -f 'src' --port 3535",
"dev-and-compile": "npm-run-all -p -r start build-watch",
"build-watch": "rollup -c -w rollup.config.js --environment ES5",
"clean": "rimraf dist/*.*",
"build-es5": "rollup -c rollup.config.js --environment ES5",
"build-es6": "rollup -c rollup.config.js --environment ES6",
"build": "yarn clean && yarn build-es5",
"buildx": "yarn clean && yarn build-es5 && yarn build-es6",
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"example": "examples"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-module-resolver": "^3.2.0",
"browser-sync": "2.26.7",
"gzip-size": "^5.1.1",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"rollup": "1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-node-resolve": "^5.1.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-strip": "^1.2.1",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-url": "^2.2.2"
},
"peerDependencies": {},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/kunukn/aim.git"
},
"keywords": [
"aim",
"library"
],
"author": "Kunukn",
"license": "MIT",
"bugs": {
"url": "https://github.com/kunukn/aim/issues"
}
}