You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
981 B
42 lines
981 B
{ |
|
"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" |
|
} |
|
}
|
|
|