UNPKG

vilike

Version:

A lightweight counts of visit and like plugin.

52 lines (51 loc) 1.13 kB
{ "name": "vilike", "version": "0.2.2", "author": "Feng L.H.", "description": "A lightweight counts of visit and like plugin.", "main": "./dist/Vilike.min.js", "scripts": { "dev": "gulp", "build": "gulp build" }, "repository": { "type": "git", "url": "https://github.com/zpfz/Vilike.js.git" }, "bugs": { "url": "https://github.com/zpfz/Vilike.js/issues" }, "homepage": "https://vilike.pages.dev/", "keywords": [ "vilike", "vilikejs", "visit", "like", "counter", "count", "view", "vuepress", "hexo", "docusaurus" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.14.6", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.7", "@babel/runtime": "^7.14.6", "babel-loader": "^8.2.2", "del": "^5.1.0", "gulp": "^4.0.2", "gulp-babel": "^7.0.0", "gulp-connect": "^5.7.0", "gulp-eslint": "^6.0.0", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.8", "webpack-stream": "^6.1.2" }, "dependencies": { "cross-fetch": "^3.1.4" } }