hoverintent-jqplugin
Version:
The popular 'hoverintent' library now available in npm
38 lines (37 loc) • 1.18 kB
JSON
{
"name": "hoverintent-jqplugin",
"version": "0.2.1",
"original-version": "1.8.0",
"description": "The popular 'hoverintent' library now available in npm",
"main": "./dist/hoverIntent.js",
"scripts": {
"test": "./node_modules/phantomjs/bin/phantomjs ./tests/cjs.js && ./node_modules/phantomjs/bin/phantomjs ./tests/global.js && ./node_modules/phantomjs/bin/phantomjs ./tests/amd.js",
"uglify": "./node_modules/uglify-js/bin/uglifyjs ./dist/hoverIntent.js -o ./dist/hoverIntent.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/olsonpm/hoverintent-jqplugin/tree/2.0"
},
"keywords": [
"hoverIntent",
"jquery",
"plugin",
"hover",
"mouseover"
],
"author": "Phil Olson <philip.olson@protonmail.ch> (https://github.com/olsonpm)",
"license": "MIT",
"bugs": {
"url": "https://github.com/olsonpm/hoverintent-jqplugin/issues"
},
"homepage": "https://github.com/olsonpm/hoverintent-jqplugin",
"devDependencies": {
"chai": "^2.0.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"jquery": "^2.1.4",
"phantomjs": "^1.9.15",
"requirejs": "^2.1.16",
"uglify-js": "^2.4.16"
}
}