forked from UI5/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.05 KB
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
{
"name": "openui5",
"version": "1.25.0-SNAPSHOT",
"description": "OpenUI5 Core & Runtime",
"private": true,
"scripts": {
"test": "grunt lint"
},
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"author": "SAP SE",
"contributors": [
"SAP SE <*@sap.com>"
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {},
"devDependencies": {
"async": "^0.9.0",
"download": "^2.0.0",
"eslint-plugin-openui5": "0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^2.0.0",
"grunt-mocha-test": "^0.12.1",
"grunt-openui5": "0.2.0",
"grunt-text-replace": "^0.3.12",
"grunt-timer": "^0.5.4",
"load-grunt-config": "^0.13.2",
"log-symbols": "^1.0.0",
"mocha": "^1.21.5",
"multiline": "^1.0.0",
"pretty-ms": "^1.0.0",
"selenium-webdriver": "2.43.5"
}
}