-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "ionicabizau.net",
"version": "2.0.2",
"description": "My blog",
"main": "lib/index.js",
"scripts": {
"start": "bloggify-prod-start",
"start:dev": "bloggify-dev-start",
"bundle": "bloggify-bundle",
"start:debug": "node inspect `which bloggify-dev-start` start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/ionicabizau.net.git"
},
"keywords": [
"blog",
"ionicabizau"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/ionicabizau.net/issues"
},
"homepage": "https://github.com/IonicaBizau/ionicabizau.net#readme",
"blah": {
"license": "See the [LICENSE](/LICENSE) file.",
"description": "This repository contains the content of [ionicabizau.net/](http://ionicabizau.net/)."
},
"dependencies": {
"bloggify": "^1.8.5",
"bloggify-custom-assets": "^2.0.2",
"bloggify-lightbox": "^3.1.2",
"bloggify-markdown-adapter": "^3.0.0",
"bloggify-markdown-highlight": "^3.0.0",
"bloggify-pug-renderer": "^1.0.3",
"bloggify-redirect": "^3.0.0",
"bloggify-rss": "^4.0.0",
"bloggify-sendgrid": "^3.0.1",
"bloggify-social": "^3.0.5",
"bloggify-theme-light": "^3.0.0",
"elly": "^1.1.11",
"ipinfo": "^1.3.3"
},
"devDependencies": {
"bloggify-cli": "^1.8.5",
"mdify": "^2.0.0",
"r-json": "^1.2.5",
"read-utf8": "^1.2.5"
}
}