diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b999ef0 --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |
