-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 857 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
{
"name": "catastudio-portfolio",
"version": "0.1.0",
"description": "Víctor Catalina Portfolio",
"main": "gulpfile.js",
"dependencies": {
"gulp": "3.9.1",
"gulp-sass": "^3.1.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.0",
"pug": "^2.0.0-beta.12"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "^6.7.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-pug": "^3.3.0",
"gulp-uglify": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorcata/catastudio-portfolio.git"
},
"author": "Victor Catalina Hermoso",
"license": "MIT",
"bugs": {
"url": "https://github.com/victorcata/catastudio-portfolio/issues"
},
"homepage": "https://github.com/victorcata/catastudio-portfolio#readme"
}