-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 842 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": "jcarloslopezl",
"version": "0.0.0",
"description": "Portfolio @jcarloslopezl",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-sass": "^4.0.2",
"gulp-webserver": "~0.9.1",
"gulp-concat": "~2.6.0",
"browserify": "~13.0.0",
"gulp-rename": "~1.2.2",
"vinyl-source-stream": "~1.1.0",
"vinyl-buffer": "~1.0.0",
"gulp-uglify": "~1.5.3",
"gulp-image-optimization": "~0.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jcarloslopezl/jcarloslopezl.github.io.git"
},
"author": "Juan Carlos López @jcarloslopezl",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jcarloslopezl/jcarloslopezl.github.io/issues"
}
}