ant-gitment
Version:
A comment plugin based on gitment
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "ant-gitment",
"version": "1.1.1",
"description": "A comment plugin based on gitment",
"main": "dist/build.js",
"directories": {
"dist": "dist"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antbaobao/ant-gitment.git"
},
"keywords": [
"ant-gitment",
"comment",
"gitment"
],
"dependencies": {
"gitment": "^0.0.3",
"vue": "^2.3.3"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"author": "wmui",
"license": "MIT",
"bugs": {
"url": "https://github.com/antbaobao/ant-gitment/issues"
},
"homepage": "https://github.com/antbaobao/ant-gitment#readme"
}