-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "blear.classes.markdown",
"version": "2.2.1",
"description": "markdown 解析与渲染,基于 [email protected]",
"scripts": {
"live": "browser-sync start --config bs-config.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js",
"prepublish": "npm test"
},
"preferGlobal": false,
"bin": {},
"engines": {
"node": ">=1.0.0",
"iojs": ">=1.0.0"
},
"main": "src/index.js",
"keywords": [
"blear",
"classes",
"markdown",
"markdown-it",
"marked",
"cloudcome",
"ydr.me"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"contributors": [],
"homepage": "https://github.com/blearjs/blear.classes.markdown",
"repository": {
"type": "git",
"url": "https://github.com/blearjs/blear.classes.markdown"
},
"bugs": {
"url": "https://github.com/blearjs/blear.classes.markdown/issues"
},
"dependencies": {
"blear.classes.class": "^1.1.7",
"blear.utils.array": "^1.0.12",
"blear.utils.object": "^1.0.14",
"blear.utils.string": "^1.0.10",
"blear.utils.url": "^1.0.19",
"markdown-it": "9.0.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-multimd-table": "^3.1.3",
"markdown-it-toc-done-right": "^2.0.3",
"program-language-detector": "0.0.12"
},
"peerDependencies": {},
"devDependencies": {
"chai-jasmine": "1.0.7",
"istanbul": "0.4.5",
"mocha": "4.0.1"
},
"license": "MIT"
}