/ package.json
package.json
1 { 2 "name": "libp2p-website", 3 "version": "1.0.0", 4 "description": "Webpage of the libp2p project. A multi protocol approach for a interoperable network stack that follows the 'self description' in favor of assumptions", 5 "main": "index.js", 6 "scripts": { 7 "start": "make serve" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/libp2p/website.git" 12 }, 13 "author": "Protocol Labs", 14 "license": "ISC", 15 "bugs": { 16 "url": "https://github.com/libp2p/website/issues" 17 }, 18 "homepage": "https://github.com/libp2p/website#readme", 19 "standard": { 20 "ignore": [ 21 "/static/js" 22 ] 23 }, 24 "dependencies": { 25 "jquery": "^3.5.0" 26 }, 27 "devDependencies": { 28 "browserify": "^15.2.0", 29 "dnslink-deploy": "^1.0.7", 30 "factor-bundle": "^2.5.0", 31 "hugo-bin": "^0.18.1", 32 "imagemin-cli": "^3.0.0", 33 "imagemin-jpegtran": "^5.0.2", 34 "imagemin-optipng": "^5.2.1", 35 "imagemin-svgo": "^6.0.0", 36 "less": "^2.7.3", 37 "less-plugin-autoprefix": "^1.5.1", 38 "less-plugin-clean-css": "^1.5.1", 39 "nodemon": "^1.18.7", 40 "standard": "^10.0.3", 41 "uglify-js": "^3.3.8", 42 "watchify": "^3.9.0" 43 } 44 }