forked from conferencias-dev/conferencias-dev
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 869 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
38
39
40
{
"name": "conferencias-dev",
"version": "1.0.0",
"description": "Agregador das maiores conferências de desenvolvimento do Brasil",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"keywords": [
"frontend",
"blog",
"css",
"stylus",
"gulp",
"jekyll",
"js"
],
"author": "Conferências.Dev",
"license": "MIT",
"devDependencies": {
"autoprefixer-stylus": "^0.4.0",
"browser-sync": "^1.9.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-imagemin": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^1.0.2",
"minimist": "^1.2.0"
},
"dependencies": {
"jeet": "=6.1.2",
"kouto-swiss": "^0.11.14",
"rupture": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git://github.com/conferencias-dev/conferencias-dev.git"
}
}