UNPKG

@egjs/axes

Version:

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.

97 lines (96 loc) 2.81 kB
{ "name": "@egjs/axes", "version": "3.9.2", "description": "A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.", "sideEffects": false, "main": "dist/axes.cjs.js", "module": "dist/axes.esm.js", "types": "declaration/index.d.ts", "scripts": { "start": "webpack-dev-server --open", "build": "rollup -c && npm run declaration && npm run test:node", "test": "karma start", "test:node": "node ./dist/axes.pkgd.js", "test:chrome": "karma start --chrome", "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", "coverage": "karma start --coverage" }, "repository": { "type": "git", "url": "https://github.com/naver/egjs-axes" }, "author": { "name": "NAVER Corp." }, "namespace": { "eg": "eg" }, "license": "MIT", "homepage": "https://github.com/naver/egjs-axes", "files": [ "./*", "declaration/*", "outjs/*", "dist/*" ], "dependencies": { "@cfcs/core": "^0.1.0", "@egjs/agent": "^2.2.1", "@egjs/component": "^3.0.1" }, "devDependencies": { "@daybrush/jsdoc": "^0.3.12", "@egjs/build-helper": "^0.1.2", "@egjs/common-demo": "github:naver/egjs#common-demo", "@egjs/release-helper": "0.0.3", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.2", "chalk": "^2.3.0", "clean-webpack-plugin": "^0.1.17", "coveralls": "^3.0.0", "cpx": "^1.5.0", "egjs-jsdoc-template": "^1.4.4", "fs-extra": "^5.0.0", "gh-pages": "^1.1.0", "hammer-simulator": "0.0.1", "husky": "^0.14.3", "inject-loader": "^3.0.1", "istanbul-instrumenter-loader": "^3.0.0", "jsdoc": "^3.5.5", "jsdoc-to-mdx": "^1.1.2", "karma": "^2.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^1.3.3", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.9", "lite-fixture": "^1.0.2", "marked": "^0.3.12", "mocha": "^4.1.0", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "rollup": "^0.66.1", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-prototype-minify": "^1.0.1", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-typescript": "^1.0.0", "rollup-plugin-typescript2": "^0.17.1", "rollup-plugin-uglify": "^6.0.0", "sinon": "^4.1.4", "string-replace-webpack-plugin": "0.1.3", "sync-exec": "^0.6.2", "ts-loader": "8.0.6", "typescript": "~4.6.2", "uglifyjs-webpack-plugin": "^1.1.6", "webpack": "^3.10.0", "webpack-dev-server": "^2.10.1", "webpack-merge": "^4.1.1", "write-file-webpack-plugin": "^4.2.0", "xml2js": "^0.4.19" } }