-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 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
{
"name": "bloggify-bloggify-quick-start",
"version": "2.0.0",
"description": "A simple example of a Bloggify app.",
"main": "bloggify.json",
"scripts": {
"start": "bloggify-prod-start",
"start:dev": "bloggify start"
},
"author": "Bloggify <support@bloggify.org> (https://bloggify.org)",
"license": "MIT",
"dependencies": {
"bloggify": "^1.4.6",
"bloggify-emoji": "^3.0.0",
"bloggify-markdown-adapter": "^2.0.6",
"bloggify-markdown-highlight": "^2.0.1",
"bloggify-theme-light": "^2.0.5"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
],
"bugs": {
"url": "https://github.com/Bloggify/bloggify-quick-start/issues"
},
"blah": {
"title": "Bloggify Quick Start App",
"installation_command": {
"content": [
"# Clone this repository",
"git clone https://github.com/Bloggify/bloggify-quick-start",
"",
"# Install the dependencies",
"cd bloggify-quick-start && npm i",
"",
"# Start the app in dev mode",
"npm run start:dev"
],
"language": "bash"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/bloggify-quick-start.git"
},
"homepage": "https://github.com/Bloggify/bloggify-quick-start#readme",
"devDependencies": {
"bloggify-cli": "^1.4.6"
}
}