-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 1018 Bytes
/
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
{
"name": "dat-ecosystem-website",
"version": "0.0.1",
"description": "The Dat ecosystem garden: Nurturing open-source projects that strengthen P2P foundations. Focused on builder tools, infrastructure, research, and community resources. Join us in shaping the future of decentralized collaboration and innovation.",
"main": "src/desktop.js",
"scripts": {
"start": "budo page/page.js:bundle.js --open --live",
"build": "browserify page/page.js > bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mehrabbruno/dat-ecosystem-website.git"
},
"keywords": [
"open-source",
"dat",
"ecosystem"
],
"author": "Mehrab Gazbur",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mehrabbruno/dat-ecosystem-website/issues"
},
"homepage": "https://github.com/Mehrabbruno/dat-ecosystem-website#readme",
"devDependencies": {
"browserify": "^17.0.0",
"budo": "^11.8.4"
}
}