forked from SAP-archive/connect-openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 901 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
44
45
{
"name": "connect-openui5",
"version": "0.4.0",
"description": "Connect middleware for OpenUI5",
"scripts": {
"test": "grunt"
},
"main": "index.js",
"files": [
"index.js",
"lib",
"LICENSE.txt"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/connect-openui5.git"
},
"keywords": [
"connect",
"openui5"
],
"author": "SAP SE",
"license": {
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "^0.9.0",
"glob": "^4.0.6",
"http-proxy": "^1.5.3",
"less-openui5": "^0.1.1",
"object-assign": "^2.0.0"
},
"devDependencies": {
"connect": "^3.3.3",
"grunt": "~0.4.5",
"grunt-eslint": "^3.0.0",
"grunt-mocha-test": "^0.12.3",
"mocha": "^2.0.1",
"serve-static": "^1.7.1"
}
}