UNPKG

xvaline

Version:

comment system with spam checking and review, based on Valine.

59 lines (58 loc) 1.6 kB
{ "name": "xvaline", "version": "0.0.6", "description": "comment system with spam checking and review, based on Valine.", "main": "/dist/Valine.min.js", "author": "xCss <xioveliu@gmail.com> (https://github.com/xCss),Tony.Xu(https://github.com/xunge0613)", "scripts": { "test": "webpack", "build": "webpack", "dev": "webpack-dev-server --env.dev", "clean": "rm -rf dist/* " }, "keywords": [ "simple", "easy-to-use", "fast-and-safe", "comment-system" ], "license": "GPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/xunge0613/XValine.git" }, "homepage": "https://github.com/xunge0613/XValine#readme", "devDependencies": { "autoprefixer": "^7.1.1", "autosize": "^4.0.2", "babel-core": "^6.25.0", "babel-loader": "^7.1.1", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "blueimp-md5": "^2.8.0", "css-loader": "^0.28.4", "exports-loader": "^0.6.3", "file-loader": "^0.11.2", "hanabi": "^0.4.0", "marked": "^0.4.0", "node-polyglot": "^2.4.0", "node-sass": "^4.14.0", "object-assign": "^4.1.1", "postcss-loader": "^2.0.5", "sass-loader": "^6.0.3", "style-loader": "^0.18.2", "url-loader": "^0.6.2", "webpack": "^2.6.1", "webpack-cli": "^3.3.5", "webpack-dev-server": "^2.9.1" }, "dependencies": { "balajs": "^1.0.7", "balalaika": "^1.0.1", "element-closest": "^3.0.2", "storejs": "^1.0.25", "xss": "^1.0.6", "leancloud-storage": "^3.0.4" } }