forked from giovanigenerali/cartrolandofc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1004 Bytes
/
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
{
"name": "cartrolandofc.com",
"version": "1.0.0",
"description": "Cartrolando FC é um site para consultar os pontos parciais do seu time no CartolaFC",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wgenial/cartrolandofc.git"
},
"keywords": [
"cartolafc",
"futebol",
"cartrolandofc"
],
"author": "WGenial http://wgenial.com.br",
"license": "MIT",
"bugs": {
"url": "https://github.com/wgenial/cartrolandofc/issues"
},
"homepage": "https://github.com/wgenial/cartrolandofc#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-inject": "^4.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6"
}
}