-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
44 lines (44 loc) · 1.13 KB
/
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
39
40
41
42
43
44
{
"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"
}
}