forked from nimpedrojo/grunt-nwabap-ui5uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "grunt-nwabap-ui5uploader",
"description": "UI5 source upload to SAP NetWeaver ABAP",
"version": "0.1.19",
"homepage": "https://github.com/pfefferf/grunt-nwabap-ui5uploader",
"author": {
"name": "Florian Pfeffer",
"email": "florian.pfeffer@outlook.com"
},
"repository": {
"type": "git",
"url": "git://github.com/pfefferf/grunt-nwabap-ui5uploader.git"
},
"bugs": {
"url": "https://github.com/pfefferf/grunt-nwabap-ui5uploader/issues"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/pfefferf/grunt-nwabap-ui5uploader/blob/master/LICENSE-Apache-2.0"
}
],
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "grunt eslint"
},
"devDependencies": {
"eslint-config-google": "^0.7.0",
"grunt": "^0.4.5",
"grunt-eslint": "^19.0.0"
},
"keywords": [
"gruntplugin",
"SAP NetWeaver ABAP",
"UI5 Repository",
"SAPUI5",
"OpenUI5"
],
"dependencies": {
"async": "^1.5.2",
"isbinaryfile": "^3.0.0",
"unirest": "^0.5.1",
"xmldoc": "^0.4.0"
}
}