UNPKG

mouse-pointer

Version:

Small utility to personalize the cursor of the mouse.

50 lines (49 loc) 1.34 kB
{ "name": "mouse-pointer", "version": "1.0.0", "description": "Small utility to personalize the cursor of the mouse.", "main": "dist/mouse-pointer.min.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "git+https://github.com/ajsoriar/mouse-pointer.git", "keywords": [ "mouse pointer", "mouse cursor", "mouse-pointer", "pointer", "jspointer", "pointer.js", "mouse", "cursor", "mouse-pointer", "mouse-cursor" ], "author": "Andres J. Soria R. <<ajsoriar@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ajsoriar/mouse-pointer/issues" }, "homepage": "https://github.com/ajsoriar/mouse-pointer#readme", "devDependencies": { "grunt": "~0.4", "grunt-cleanempty": "^1.0.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-compass": "^0.7.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "^1.0.2", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "~0.2.2", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^0.12.0", "jasmine-core": "^2.4.1", "karma": "^0.13.3", "karma-jasmine": "^0.1.0", "karma-phantomjs-launcher": "^0.2.0", "phantomjs": "^1.9.17" } }