All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "what-input",
|
|
"version": "5.2.12",
|
|
"description": "A global utility for tracking the current input method (mouse, keyboard or touch).",
|
|
"main": "dist/what-input.js",
|
|
"types": "src/scripts/what-input.d.ts",
|
|
"repository": {
|
|
"url": "https://github.com/ten1seven/what-input.git",
|
|
"type": "git"
|
|
},
|
|
"keywords": [
|
|
"accessibility",
|
|
"a11y",
|
|
"input",
|
|
"javascript"
|
|
],
|
|
"author": "Jeremy Fields <jeremy.fields@viget.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ten1seven/what-input/issues"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp"
|
|
},
|
|
"homepage": "https://github.com/ten1seven/what-input",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.6.1",
|
|
"babel-core": "^6.23.1",
|
|
"babel-loader": "^6.3.2",
|
|
"babel-preset-env": "^1.6.0",
|
|
"browser-sync": "^2.26.7",
|
|
"css-mqpacker": "^7.0.0",
|
|
"del": "^5.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-gh-pages": "^0.5.4",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-load-plugins": "^2.0.1",
|
|
"gulp-notify": "^3.2.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sass-glob": "^1.1.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-standard": "^14.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"stylelint-config-prettier": "^6.0.0",
|
|
"stylelint-config-standard": "^19.0.0",
|
|
"webpack-stream": "3.2.0"
|
|
}
|
|
}
|