forked from lbl-srg/modelica-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
{
"name": "cdl_export_english",
"version": "0.0.1",
"description": "Export of CDL compliant control sequence to English language specification",
"main": "app.js",
"repository": "git.test_repo",
"scripts": {
"test": "mocha --timeout 120000 && standard"
},
"author": "Michael Wetter",
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "^6.9.1",
"argparse": "^1.0.9",
"array-unique": "^0.3.2",
"base64-img": "^1.0.4",
"bluebird": "^3.5.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.2",
"find": "^0.2.8",
"fs": "0.0.1-security",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"glob-promise": "^3.3.0",
"help": "^3.0.2",
"html-docx-js": "^0.3.1",
"load-json-file": "^4.0.0",
"minimist": "^1.2.0",
"mustache": "^2.3.0",
"promise-fs": "^1.3.0",
"svg-to-img": "^2.0.9",
"winston": "2.4.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"standard": "^10.0.3"
}
}