-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.4 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "openui5-googlemaps",
"version": "1.0.4",
"description": "OpenUI5 Google Maps library",
"keywords": [
"openui5",
"sapui5",
"google.maps"
],
"homepage": "http://jasper07.github.io/openui5-googlemaps/",
"author": {
"name": "John Patterson",
"url": "http://secondphase.com.au"
},
"repository": {
"type": "git",
"url": "https://github.com/jasper07/openui5-googlemaps"
},
"main": "",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint-plugin-openui5": "^0.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.1.2",
"gulp-ui5-preload": "^1.3.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-openui5": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^1.2.1",
"qunitjs": "^1.18.0",
"run-sequence": "^1.2.2",
"gulp-bump": "^0.3.0",
"gulp-coveralls": "^0.1.4",
"gulp-imagemin": "^3.0.1",
"gulp-replace": "^0.3.0",
"gulp-shell": "^0.2.7",
"plato": "^1.4.0",
"semver": "*"
},
"bugs": {
"url": "http://stackoverflow.com/questions/tagged/sapui5"
},
"scripts": {
"test": "qunit test/*"
},
"license": "MIT"
}