mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
42
public/editormd/package.json
Normal file
42
public/editormd/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "editor.md",
|
||||
"version": "1.5.0",
|
||||
"description": "Open source online markdown editor.",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples",
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pandao/editor.md.git"
|
||||
},
|
||||
"keywords": [
|
||||
"editor.md",
|
||||
"markdown",
|
||||
"editor"
|
||||
],
|
||||
"author": "Pandao",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pandao/editor.md/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pandao/editor.md",
|
||||
"devDependencies": {
|
||||
"dateformatter": "^0.1.0",
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-concat": "^2.4.2",
|
||||
"gulp-header": "^1.2.2",
|
||||
"gulp-jshint": "^1.9.0",
|
||||
"gulp-minify-css": "^0.4.4",
|
||||
"gulp-notify": "^2.1.0",
|
||||
"gulp-rename": "^1.2.0",
|
||||
"gulp-replace": "^0.5.3",
|
||||
"gulp-ruby-sass": "^1.0.1",
|
||||
"gulp-uglifyjs": "^0.6.1",
|
||||
"gulp-util": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user