-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 844 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
35
36
37
38
{
"name": "port-pan",
"version": "0.0.2",
"description": "",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"bootstrap": "^4.0.0-beta.2",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "~3",
"mq4-hover-shim": "^0.3.0",
"panini": "^1.3.0",
"popper.js": "^1.12.3",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/lbxo/My_Portfolio.git"
},
"bugs": {
"url": "https://github.com/My_Portfolio.git#issues"
},
"author": "Lucas Henderson",
"license": "MIT"
}