-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 944 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
41
42
43
{
"name": "ui5-codecompletion",
"version": "1.3.0",
"description": "code completion for UI5 *.js files in WebStorm",
"bin": "bin/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"UI5",
"codecompletion"
],
"author": "Volker Buzek <[email protected]>",
"contributors": [
"Constantin Lebrecht <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/vobu/ui5-codecompletion"
},
"license": "WTFPL",
"dependencies": {
"adm-zip": "^0.4.13",
"config": "^3.0.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"handlebars": "^4.1.0",
"lodash": "^4.17.11",
"progress": "^2.0.3",
"request": "^2.88.0",
"xml2js": "^0.4.19",
"yargs": "^13.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.3"
},
"engines": {
"node": ">=6.4.0"
}
}