This commit is contained in:
2017-09-17 17:35:01 +02:00
parent 5b0c0c0d19
commit c07457d43e
8 changed files with 76 additions and 32 deletions

View File

@@ -1,24 +1,18 @@
{
"name": "docean",
"version": "1.0.1",
"description": "digitalocean API wrapper",
"description": "Digital Ocean abstracted API package for mojo.io",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/mojoio/docean.git"
"devDependencies": {
"tapbundle": "^1.0.13"
},
"keywords": [
"digitalocean",
"API"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/mojoio/docean/issues"
},
"homepage": "https://gitlab.com/mojoio/docean#README"
"dependencies": {
"typings-global": "^1.0.16"
}
}