-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 986 Bytes
/
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
{
"name": "markline",
"version": "0.7.0",
"description": "Timeline via Markdown",
"keywords": [
"Timeline",
"Markdown"
],
"homepage": "https://github.com/hotoo/markline",
"author": "hotoo <hotoo.cn@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/hotoo/markline"
},
"bugs": {
"url": "https://github.com/hotoo/markline/issues"
},
"bin": {
"markline": "./bin/markline"
},
"dependencies": {
"commander": "^7.0.0",
"del": "^6.0.0",
"gulp": "^4.0.0",
"gulp-replace": "^1.1.0",
"socket.io": "^4.0.0",
"cross-spawn": "^7.0.0"
},
"devDependencies": {
"mocha": "1.17.1",
"expect.js": "0.3.1"
},
"spm": {
"main": "markline.js",
"output": [
"timeline.js",
"timeline.css"
],
"dependencies": {
"jquery": "2.1.1"
},
"devDependencies": {
"expect.js": "0.3.1"
},
"engines": {
"seajs": "2.3.0"
}
},
"licenses": "MIT"
}