-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 932 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
{
"name": "munett.com",
"version": "1.0.0",
"description": "Website Munett",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Munett/munett-website.git"
},
"author": "Jorge Escamilla",
"license": "ISC",
"bugs": {
"url": "https://github.com/https://github.com/Munett/munett-website/issues"
},
"homepage": "https://github.com/https://github.com/Munett/munett-website#readme",
"devDependencies": {
"autoprefixer": "^7.2.1",
"browser-sync": "^2.18.13",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-imageoptim": "^1.0.9",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.0",
"lost": "^8.2.0",
"rucksack-css": "^1.0.2",
"rupture": "^0.7.1"
}
}