-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 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
{
"name": "eocsutil",
"version": "1.0.0",
"description": "Command-line tool and GoLang API for working with EOCS and OLX courseware",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"markdown-pdf": "markdown-pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exlskills/eocsutil.git"
},
"author": "EXL Inc.",
"license": "Refer to the LICENSE.md file to read the license",
"bugs": {
"url": "https://github.com/exlskills/eocsutil/issues"
},
"homepage": "https://github.com/exlskills/eocsutil#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"jquery": "^3.3.1",
"jsdom": "^11.12.0",
"lodash": "^4.17.11",
"markdown-pdf": "^9.0.0",
"showdown": "git+https://github.com/svarlamov/showdown.git",
"xmlserializer": "^0.6.1",
"yargs": "^12.0.1"
}
}