aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8a8afee..758cb99 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
{
"name": "@oneflow/which-api",
"version": "1.0.0",
- "description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -14,5 +13,14 @@
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/transport-commons": "^4.5.3"
- }
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/eug-vs/which-api.git"
+ },
+ "bugs": {
+ "url": "https://github.com/eug-vs/which-api/issues"
+ },
+ "homepage": "https://github.com/eug-vs/which-api#readme",
+ "description": ""
}