aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b3c9252ea74765b35ec9ec923476a001ee255e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rubyjubilee",
  "version": "1.0.0",
  "description": "Cloudburst's personal website. Node only used for dependency version management.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.equestria.dev/equestria.dev/rubyjubilee.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bootstrap": "^5.3.0"
  }
}