Files
libp2p-website/package.json
dependabot[bot] d3bf2590de Bump jquery from 3.3.1 to 3.5.0 (#106)
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-03 17:42:01 +01:00

45 lines
1.1 KiB
JSON

{
"name": "libp2p-website",
"version": "1.0.0",
"description": "Webpage of the libp2p project. A multi protocol approach for a interoperable network stack that follows the 'self description' in favor of assumptions",
"main": "index.js",
"scripts": {
"start": "make serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libp2p/website.git"
},
"author": "Protocol Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/libp2p/website/issues"
},
"homepage": "https://github.com/libp2p/website#readme",
"standard": {
"ignore": [
"/static/js"
]
},
"dependencies": {
"jquery": "^3.5.0"
},
"devDependencies": {
"browserify": "^15.2.0",
"dnslink-deploy": "^1.0.7",
"factor-bundle": "^2.5.0",
"hugo-bin": "^0.18.1",
"imagemin-cli": "^3.0.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^6.0.0",
"less": "^2.7.3",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"nodemon": "^1.18.7",
"standard": "^10.0.3",
"uglify-js": "^3.3.8",
"watchify": "^3.9.0"
}
}