forked from sap-tutorials/Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "tutorials",
"version": "1.0.0",
"description": "Tutorials for catalog on sap.com http://www.sap.com/developer/tutorial-navigator.tutorials.html",
"main": "README.MD",
"license": "Apache-2.0",
"scripts": {
"test": "node test.js -t",
"test-prod": "cross-env NODE_ENV=production node test.js -t"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAPDocuments/Tutorials.git"
},
"keywords": [
"sap",
"tutorials",
"github"
],
"author": "SAP",
"bugs": {
"url": "https://github.com/SAPDocuments/Tutorials/issues"
},
"homepage": "https://github.com/SAPDocuments/Tutorials#readme",
"dependencies": {
"color-log": "^0.0.2",
"command-line-args": "^4.0.7",
"cp-file": "^5.0.0",
"fs-extra": "^6.0.0",
"html-entities": "^1.2.1",
"inquirer": "^3.3.0",
"markdown-link-check": "^3.6.2",
"markdown-spellcheck": "^1.3.1",
"marked": "0.3.12",
"mkdirp": "^0.5.1",
"openurl": "^1.1.1",
"progress": "^2.0.0",
"recursive-readdir": "^2.2.1",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}