UNPKG

imagemapchart

Version:

hover and click behavior for an imagemap

51 lines (50 loc) 1.03 kB
{ "name": "imagemapchart", "version": "0.1.2", "description": "hover and click behavior for an imagemap", "main": "src/index.js", "scripts": { "test": "npm run test-unit", "test-unit": "mocha test/model-test.js" }, "repository": { "type": "git", "url": "https://github.com/ccnmtl/imagemapchart.git" }, "keywords": [ "mocha", "chai", "jquery", "npm", "ctl" ], "author": { "name": "Zarina Mustapha", "email": "zarina@columbia.edu" }, "contributors": [ { "name": "Susan Dreher", "email": "sdreher@columbia.edu" }, { "name": "Cindy Smalletz", "email": "cks2120@columbia.edu" } ], "bugs": { "url": "https://github.com/ccnmtl/imagemapchart/issues" }, "license": "ISC", "dependencies": { "backbone": "1.4.0", "jquery": "^3.2.1", "underscore": "~1.13.1", "underscore-template-loader": "^1.0.0" }, "devDependencies": { "chai": "^4.0.2", "mocha": "^9.0.0", "eslint": "~7.32.0" } }