UNPKG

v-spotlight

Version:

Tiny reusable Spotlight component for your Vue App

81 lines (80 loc) 2.46 kB
{ "name": "v-spotlight", "description": "Tiny reusable Spotlight component for your Vue App", "version": "1.1.0", "author": { "name": "Vinayak Kulkarni", "email": "vinayak.kulkarni@live.com", "url": "https://vinayakkulkarni.dev" }, "private": false, "main": "dist/v-spotlight.cjs.js", "module": "dist/v-spotlight.esm.js", "unpkg": "dist/v-spotlight.js", "jsdelivr": "dist/v-spotlight.js", "cdn": "dist/v-spotlight.js", "files": [ "dist" ], "keywords": [ "vuejs", "spotlight", "UI", "UX", "v-spotlight", "add-spotlight-to-your-app" ], "repository": { "type": "git", "url": "git+https://github.com/vinayakkulkarni/v-spotlight.git" }, "scripts": { "test": "npm run bundle && karma start karma.conf.js", "test-watch": "karma start karma.conf.js --no-single-run", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .", "build": "npm run bundle && npm run bundle:min", "bundle": "rollup -c build/rollup.conf.js", "bundle:min": "rollup -c build/rollup.min.conf.js", "release:prepare": "shipjs prepare", "release:trigger": "shipjs trigger" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@rollup/plugin-commonjs": "^11.1.0", "aliasify": "^2.1.0", "babel-eslint": "^10.1.0", "babelify": "^10.0.0", "browserify": "^16.5.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-config-vue": "^2.0.2", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-vue": "^6.2.2", "husky": "^4.2.5", "jasmine-core": "^3.5.0", "karma": "^5.0.2", "karma-browserify": "^7.0.0", "karma-jasmine": "^3.1.1", "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "^0.0.32", "phantomjs-prebuilt": "^2.1.16", "prettier": "^2.0.4", "rollup": "^2.6.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-vue": "^5.1.6", "shipjs": "0.18.2", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11", "watchify": "^3.11.1" }, "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/vinayakkulkarni/v-spotlight/issues" }, "homepage": "https://github.com/vinayakkulkarni/v-spotlight#readme" }