-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
51 lines (51 loc) · 1.24 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
{
"preferGlobal": true,
"name": "how-to-markdown",
"version": "1.6.0",
"description": "Learn you how to start using Markdown",
"bin": {
"how-to-markdown": "./bin/how-to-markdown"
},
"scripts": {
"test": "eslint . && workshopper-adventure-test",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/workshopper/how-to-markdown.git"
},
"keywords": [
"nodeschool",
"workshopper",
"tutorial",
"markdown",
"md"
],
"author": "Denys Dovhan <[email protected]> (http://denysdovhan.com)",
"contributors": [
"wangding <[email protected]> (https://github.com/wangding)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/workshopper/how-to-markdown/issues"
},
"homepage": "https://github.com/workshopper/how-to-markdown#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"deep-equal": "^1.0.1",
"diff": "^3.2.0",
"express": "^4.13.4",
"openurl": "^1.1.1",
"remark": "^7.0.0",
"remark-html": "^6.0.0",
"workshopper-adventure": "^6.0.2"
},
"devDependencies": {
"eslint": "^3.18.0",
"workshopper-adventure-test": "^1.1.0"
}
}