crlf to lf
This commit is contained in:
parent
00f3a61cac
commit
1849b56c0b
|
@ -1,41 +1,42 @@
|
|||
{
|
||||
"name": "md2site",
|
||||
"version": "0.3.6",
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
"name": "md2site",
|
||||
"version": "0.3.7",
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue