mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "awesome-ipfs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ipfs-css": "^0.12.0",
|
|
"lunr": "^2.3.6",
|
|
"tachyons": "^4.11.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./scripts/dev.js",
|
|
"ci:danger": "danger ci"
|
|
},
|
|
"devDependencies": {
|
|
"chokidar": "^3.0.2",
|
|
"danger": "^11.1.2",
|
|
"ecstatic": "^4.1.2",
|
|
"fs-extra": "^8.1.0",
|
|
"node-yaml": "^4.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"shx": "^0.3.2"
|
|
},
|
|
"author": "Protocol Labs, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "."
|
|
}
|