-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
37
38
{
"name": "bymagellancom",
"version": "3.1.0",
"description": "Online Portfolio of Magellan Code & Design Consulting",
"main": "dist/index.html",
"author": "Jonathan Arbely",
"license": "MIT",
"dependencies": {
"jquery": "^3.6.0",
"node-waves": "^0.7.6",
"tilt.js": "^1.2.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-minify": "^3.1.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wait": "0.0.2",
"sass": "^1.74.1",
"uglifyify": "^5.0.2"
},
"globalDependencies": {
"node": "^14.15.4",
"npm": "^6.14.11",
"gulp-cli": "^2.3.0",
"browserify": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jonathanarbely/bymagellan"
},
"homepage": "https://bymagellan.co"
}