You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
549 B
26 lines
549 B
{ |
|
"name": "bootstrap-tutorial", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "http://git.mumech.com/yutsuo/bootstrap-tutorial.git" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"browser-sync": "^2.26.7", |
|
"gulp": "^4.0.2", |
|
"gulp-sass": "^4.0.2" |
|
}, |
|
"dependencies": { |
|
"bootstrap": "^4.4.1", |
|
"jquery": "^3.4.1", |
|
"popper.js": "^1.16.0" |
|
} |
|
}
|
|
|