1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"
| }
| }
|
|