forked from SAP/openui5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.94 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "openui5",
"version": "1.68.0-SNAPSHOT",
"description": "OpenUI5 Core & Runtime",
"private": true,
"scripts": {
"start": "node lib/server/testsuiteServer.js",
"start-grunt": "grunt serve",
"testsuite": "cross-env OPENUI5_SRV_OPEN=/test-resources/testsuite/testframe.html node lib/server/testsuiteServer.js",
"test": "npm run lint",
"lint": "eslint ./src",
"link-all": "wsrun --serial link",
"unlink-all": "wsrun --serial unlink"
},
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"author": "SAP SE",
"contributors": [
"SAP SE <*@sap.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/openui5.git"
},
"engines": {
"node": ">= 8.5"
},
"devDependencies": {
"@ui5/project": "^1.0.2",
"@ui5/server": "^1.1.2",
"async": "^0.9.0",
"cheerio": "^1.0.0-rc.2",
"coffee-script": "^1.9.1",
"cross-env": "^5.2.0",
"eslint": "^1.10.3",
"extend": "^2.0.0",
"glob": "^7.1.3",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^17.2.0",
"grunt-git": "^1.0.1",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-test": "^0.12.6",
"grunt-npm-command": "^0.1.2",
"grunt-openui5": "^0.14.0",
"grunt-text-replace": "^0.4.0",
"grunt-timer": "^0.5.4",
"json2json-openui5": "0.0.1",
"load-grunt-config": "^0.19.2",
"mkdirp": "^0.5.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"multiline": "^1.0.0",
"opn": "^5.4.0",
"pretty-ms": "^1.0.0",
"request": "^2.87.0",
"rimraf": "^2.3.2",
"selenium-webdriver": "^3.6.0",
"semver": "^4.3.0",
"status-bar": "^2.0.2",
"wsrun": "^3.0.0"
},
"workspaces": [
"src/!(testsuite-utils)"
]
}