-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "mod_tx_google_map",
"version": "1.3.0",
"creationDate": "01 Aug 2016",
"description": "Xpert Google Map for Joomla",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"event-stream": "^3.3.4"
},
"devDependencies": {
"browser-sync": "1.9.0",
"gulp": "3.9.0",
"gulp-changed": "1.1.0",
"gulp-imagemin": "0.5.1",
"gulp-minify-css": "0.3.13",
"gulp-rename": "1.2.0",
"gulp-replace": "0.3.0",
"gulp-rimraf": "0.1.1",
"gulp-uglify": "0.3.2",
"gulp-util": "3.0.2",
"gulp-zip": "0.3.4",
"joomla-gulp": "1.1.1",
"require-dir": "0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/themexpert/mod_tx_google_map.git"
},
"keywords": [
"googlemap",
"xpert",
"joomla"
],
"author": "ThemeXpert",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/themexpert/mod_tx_google_map/issues"
},
"homepage": "https://github.com/themexpert/mod_tx_google_map"
}