mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
d84d6fd2b4
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/15.0.0...15.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"name": "gitfolio",
|
|
"version": "0.1.2",
|
|
"description": "portfolio website for showcasing your work",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"clean": "rm -f dist/index.*",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "imfunny",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.4",
|
|
"commander": "^2.20.0",
|
|
"github-emoji": "^1.1.0",
|
|
"got": "^9.6.0",
|
|
"handlebars": "^4.1.2",
|
|
"jsdom": "^15.1.0"
|
|
}
|
|
}
|