-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 962 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": "guia-estilo-medula",
"version": "0.8.0",
"description": "Elementos básicos para hacer una guía de estilos para un sitio web.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/MedulaDesign/guia-estilo.git"
},
"keywords": [
"css",
"sass",
"guias",
"style",
"guide",
"estilo",
"normalize",
"forms",
"formularios"
],
"author": "B. Agustín Amenabar L.",
"license": "MIT",
"bugs": {
"url": "https://github.com/MedulaDesign/guia-estilo/issues"
},
"homepage": "https://github.com/MedulaDesign/guia-estilo",
"devDependencies": {
"gulp-livereload": "~2.1.0",
"gulp-minify-css": "~0.3.7",
"gulp-sass": "~0.7.2",
"gulp": "~3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-json-sass": "0.0.2",
"gulp-concat": "~2.4.1",
"gulp-ruby-sass": "~0.7.1"
}
}