42 lines
996 B
JSON
42 lines
996 B
JSON
{
|
|
"name": "md2site",
|
|
"version": "0.6.0",
|
|
"description": "Transform Markdown to Website base on Omi Framework.",
|
|
"main": "bin/md2site",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"md2site": "./bin/md2site"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AlloyTeam/omi.git"
|
|
},
|
|
"keywords": [
|
|
"omi",
|
|
"markdown",
|
|
"md2site",
|
|
"doc",
|
|
"docs",
|
|
"cli",
|
|
"website"
|
|
],
|
|
"author": "dntzhang",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"commander": "^2.9.0",
|
|
"cross-npm-spawn": "^1.1.1",
|
|
"cross-spawn": "^5.0.1",
|
|
"empty-dir": "^0.2.1",
|
|
"fs-exists-sync": "^0.1.0",
|
|
"ora": "^1.1.0",
|
|
"vinyl-fs": "^2.4.4"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AlloyTeam/omi/issues"
|
|
},
|
|
"homepage": "https://github.com/AlloyTeam/omi#readme"
|
|
} |