-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 909 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
35
36
37
38
39
40
{
"name": "How-Tos",
"version": "1.0.0",
"description": "How-To documents for sap.com",
"main": "README.MD",
"license": "Apache-2.0",
"scripts": {
"test": "node test.js -pt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAPDocuments/How-Tos.git"
},
"keywords": [
"sap",
"gthub",
"how-to"
],
"author": "SAP",
"bugs": {
"url": "https://github.com/SAPDocuments/How-Tos/issues"
},
"homepage": "https://github.com/SAPDocuments/How-Tos#readme",
"engines": {
"node": "=>4.0.0",
"npm": "=>2.11.3"
},
"dependencies": {
"color-log": "^0.0.2",
"command-line-args": "^4.0.7",
"html-entities": "^1.2.1",
"inquirer": "^3.3.0",
"markdown-link-check": "^3.1.6",
"markdown-spellcheck": "^1.3.1",
"marked": "^0.3.12",
"mkdirp": "^0.5.1",
"progress": "^2.0.0",
"recursive-readdir": "^2.2.1"
}
}