amWiki/package.json

24 lines
787 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "amWiki",
"main": "./lib/main",
"version": "0.1.10",
"description": "amWiki是一套非常简单基于atom编辑器markdown语法的轻量级wiki文库系统仅仅需要您使用Atom编辑markdown文档和拥有http纯静态访问空间使用amWiki您无需服务端开发、不用数据库、一键创建新文库、自动更新文库目录、支持截图直接粘帖为本地png并插入当前markdown...",
"keywords": [
"amWiki",
"markdown",
"wiki"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TevinLi/amWiki.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"bugs": {
"url": "https://github.com/TevinLi/amWiki/issues"
},
"homepage": "https://github.com/TevinLi/amWiki"
}