primo-explore-custom-library-card-menu
Version:
ExLibris Primo New UI plugin for creating a custom library card menu in place of the default options
59 lines (58 loc) • 1.95 kB
JSON
{
"name": "primo-explore-custom-library-card-menu",
"version": "1.1.12",
"description": "ExLibris Primo New UI plugin for creating a custom library card menu in place of the default options",
"main": "./dist/index.js",
"scripts": {
"test": "NODE_ENV=test yarn karma start --browsers=ChromeHeadless --single-run",
"test:chrome-debugger": "yarn karma start --browsers=Chrome --single-run=false --debug",
"build": "webpack --mode=production",
"prepare": "rimraf dist/* && yarn build",
"publish-dry-run": "yarn prepare && yarn pack --filename primo-explore-custom-library-card-menu.tgz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyulibraries/primo-explore-custom-library-card-menu.git"
},
"keywords": [
"primo-explore"
],
"author": "Barnaby Alter",
"license": "MIT",
"bugs": {
"url": "https://github.com/nyulibraries/primo-explore-custom-library-card-menu/issues"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"angular": "1.8.3",
"angular-mocks": "1.8.3",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^5.1.1",
"jasmine-core": "^3.3.0",
"karma": "5.2.3",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^4.0.0-rc.6",
"puppeteer": "1.13.0",
"rimraf": "^2.6.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"resolutions": {
"ssri": "^6.0.2",
"y18n": "^4.0.1",
"elliptic": "^6.5.4",
"serialize-javascript": "^3.1.0",
"socket.io": "2.5.0",
"ini": "^1.3.6",
"minimist": "^0.2.1",
"kind-of": "^6.0.3"
},
"homepage": "https://github.com/nyulibraries/primo-explore-custom-library-card-menu#readme"
}