-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
{
"name": "ui5-schemas",
"version": "0.5.0",
"description": "UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).",
"author": {
"name": "Christian Schuff",
"email": "[email protected]",
"url": "http://www.ui5experts.com"
},
"bin": "bin/index.js",
"scripts": {
"release": "np",
"test": "npm run -s eslint",
"eslint": "eslint 'bin/**/*.js' 'lib/**/*.js'"
},
"repository": {
"type": "git",
"url": "[email protected]:ui5experts/ui5-schemas.git"
},
"keywords": [
"SAPUI5",
"OpenUI5",
"UI5",
"SAP",
"XML",
"XMLView",
"XML-Schema",
"XSD",
"WebStorm",
"Eclipse",
"Code Completion",
"Development",
"Intellisense"
],
"license": "MIT",
"engines": {
"node": "^8.10.0"
},
"dependencies": {
"fs-extra": "8.1.0",
"minilog": "3.1.0",
"request": "2.88.0",
"request-promise": "4.2.4",
"xml2js": "0.4.22",
"yargs": "14.0.0"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb-base": "13.2.0",
"eslint-plugin-import": "2.18.2",
"np": "5.0.3"
}
}