-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
{
"name": "ui5typescriptdefinitionparser",
"version": "1.0.0",
"description": "Parses typescript definitions",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install -g typescript-formatter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apazureck/UI5TypescriptDefinitionParser.git"
},
"keywords": [
"UI5",
"Typescript",
"Definition"
],
"author": "Andreas Pazureck",
"license": "MIT",
"bugs": {
"url": "https://github.com/apazureck/UI5TypescriptDefinitionParser/issues"
},
"homepage": "https://github.com/apazureck/UI5TypescriptDefinitionParser#readme",
"devDependencies": {
"@types/gulp": "^4.0.4",
"@types/gulp-debug": "^2.0.31",
"@types/gulp-plumber": "0.0.32",
"@types/gulp-util": "^3.0.31",
"@types/handlebars": "^4.0.36",
"@types/lodash": "^4.14.102",
"@types/mkdirp": "^0.3.29",
"@types/ncp": "^2.0.0",
"@types/node": "^8.0.7",
"@types/progress": "^2.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-debug": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulpclass": "^0.1.2",
"typescript": "^2.4.1"
},
"dependencies": {
"fs": "0.0.1-security",
"glob-all": "^3.1.0",
"gulp-typescript-formatter": "^0.1.3",
"handlebars": "^4.0.11",
"html-to-markdown": "^1.0.0",
"jsdoc-to-markdown": "^4.0.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"path": "^0.12.7",
"progress": "^1.1.8",
"typed-rest-client": "^0.10.0",
"typescript-formatter": "^7.0.1",
"jsonpath": "^1.0.0"
}
}