-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "Random-teams",
"version": "0.0.0",
"description": "Create your teams",
"keywords": [
"teams",
"create",
"shuffle",
"players",
"javascript",
"gulp"
],
"repository": {
"type": "git",
"url": "git://github.com/onaliugo/random-teams.git"
},
"author": "Ugo Onali",
"license": "MIT",
"bugs": {
"url": "https://github.com/onaliugo/random-teams/issues"
},
"homepage": "https://github.com/onaliugo/random-teams",
"devDependencies": {
"del": "~0.1.3",
"gulp": "~3.8.8",
"gulp-util": "~3.0.1",
"browser-sync": "~1.5.8",
"gulp-gh-pages": "~0.4.0",
"gulp-jade": "~0.9.0",
"gulp-minify-html": "~0.1.6",
"gulp-sass": "~1.2.0",
"gulp-autoprefixer": "1.0.1",
"gulp-cssmin": "~0.1.6",
"browserify": "~6.1.0",
"vinyl-source-stream": "~1.0.0",
"gulp-jshint": "~1.8.5",
"jshint-stylish": "~1.0.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "~1.0.1",
"gulp-imagemin": "~1.1.0",
"imagemin-pngcrush": "~1.0.0",
"minimist": "~1.1.0"
}
}