This repository has been archived on 2019-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
twtxt-registry/package.json

26 lines
623 B
JSON
Raw Normal View History

2016-02-11 14:52:15 +00:00
{
"name": "twtxt-registry",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DracoBlue/twtxt-registry.git"
},
"dependencies": {
"elasticsearch": "^10.1.3",
"express": "~4.9.7",
"md5": "^2.0.0",
"moment": "^2.11.2"
},
"author": "DracoBlue <JanS@DracoBlue.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DracoBlue/twtxt-registry/issues"
},
"homepage": "https://github.com/DracoBlue/twtxt-registry#readme"
}