-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "f2e-middle-markdown-ppt",
"version": "0.1.0",
"description": "markdown-ppt for f2e-server",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"f2e-server": "^2.10.1",
"marked": "^0.7.0"
},
"devDependencies": {},
"scripts": {
"start": "f2e start",
"build": "f2e build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f2e-server/f2e-middle-markdown-ppt.git"
},
"keywords": [
"f2e",
"middle",
"markdown",
"ppt"
],
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/f2e-server/f2e-middle-markdown-ppt/issues"
},
"homepage": "https://github.com/f2e-server/f2e-middle-markdown-ppt#readme"
}