aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: fc07a477454f41f41c83e94acf76ded6e4747c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "personal-site",
  "version": "1.0.0",
  "description": "web site",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://notabug.org/heckyel/personal-site.git"
  },
  "author": "Jesús E.",
  "license": "AGPL-3.0",
  "dependencies": {
    "jquery": "^3.3.1",
    "normalize.css": "^8.0.1"
  }
}