forked from SAP/openui5
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.42 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
{
"name": "openui5",
"version": "1.47.0-SNAPSHOT",
"description": "OpenUI5 Core & Runtime",
"private": true,
"scripts": {
"start": "grunt serve",
"test": "grunt lint"
},
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"author": "SAP SE",
"contributors": [
"SAP SE <*@sap.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/openui5.git"
},
"engines": {
"node": ">= 6"
},
"dependencies": {},
"devDependencies": {
"async": "^0.9.0",
"coffee-script": "^1.9.1",
"eslint": "^1.10.3",
"extend": "^2.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"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.0.0",
"grunt-eslint": "^17.2.0",
"grunt-git": "^1.0.1",
"grunt-mocha-test": "^0.12.6",
"grunt-npm-install": "^0.3.1",
"grunt-openui5": "^0.12.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": "^3.1.0",
"moment": "^2.9.0",
"multiline": "^1.0.0",
"pretty-ms": "^1.0.0",
"request": "^2.53.0",
"rimraf": "^2.3.2",
"selenium-webdriver": "^3.0.1",
"semver": "^4.3.0",
"status-bar": "^2.0.2"
}
}