-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "nochesdepitcheo.com",
"version": "1.0.0",
"description": "Website for Noches de Pitcheo",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DisruptiveAngels/nochesdepitcheo.com.git"
},
"author": "Jorge Escamilla a.k.a. Cronos",
"license": "ISC",
"bugs": {
"url": "https://github.com/DisruptiveAngels/nochesdepitcheo.com/issues"
},
"homepage": "https://github.com/DisruptiveAngels/nochesdepitcheo.com#readme",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.16.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^3.0.3",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^2.0.0",
"lost": "^8.0.0",
"rucksack-css": "^0.9.1",
"rupture": "^0.6.1"
}
}