forked from workshopper/how-to-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "how-to-markdown",
"version": "1.0.3",
"description": "Learn you how to start using Markdown",
"main": "./index.js",
"scripts": {
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denysdovhan/learnyoubash.git"
},
"keywords": [
"nodeschool",
"workshopper",
"tutorial",
"markdown",
"md"
],
"author": "Denys Dovhan <[email protected]> (http://denysdovhan.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/denysdovhan/learnyoubash/issues"
},
"homepage": "https://github.com/denysdovhan/learnyoubash#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chokidar": "^1.4.3",
"colors": "^1.1.2",
"deep-equal": "^1.0.1",
"diff": "^2.2.1",
"express": "^4.13.4",
"openurl": "^1.1.1",
"remark": "^4.2.0",
"remark-html": "^3.0.0",
"workshopper-adventure": "^4.4.3"
},
"bin": {
"how-to-markdown": "./bin/how-to-markdown"
},
"preferGlobal": true
}