aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b999ef0a2a2271399aa062caf653a0a42d5291a5 (plain)
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
{
  "name": "@xeserv/xesite",
  "version": "4.0.0",
  "description": "Hacking because node",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xe/site.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Xe/site/issues"
  },
  "homepage": "https://github.com/Xe/site#readme",
  "dependencies": {
    "execa": "^8.0.1"
  }
}