-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "pkg_github",
"version": "1.0.0",
"description": "Joomla package to display Github information",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^1.9.0",
"gulp": "^3.8.10",
"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-ruby-sass": "^0.5.0",
"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/phproberto/pkg_github.git"
},
"keywords": [
"github",
"joomla"
],
"author": "Roberto Segura López",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/phproberto/pkg_github/issues"
},
"homepage": "https://github.com/phproberto/pkg_github"
}