-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 880 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
{
"name": "ghournal",
"version": "1.1.2",
"description": "A commandline based blogging system that stores blogs and posts in JSON and provides an interface for frontend frameworks like angular running on github-pages to display blogs",
"main": "commands/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"blogging",
"tool"
],
"author": "Ganesh Prasad (GnsP)",
"license": "MIT",
"bin": {
"ghournal": "./commands/index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"fs": "0.0.2",
"highlightjs": "^9.12.0",
"html-to-text": "^2.1.0",
"marked": "^0.7.0",
"progress": "^1.1.8",
"prompt-sync": "^4.0.4",
"pug": "^2.0.3",
"shelljs": "^0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/GnsP/ghournal.git"
}
}