This commit is contained in:
2017-02-08 23:31:05 +01:00
commit a0abfabf34
4 changed files with 91 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "docean",
"version": "1.0.0",
"description": "digitalocean API wrapper",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/mojoio/docean.git"
},
"keywords": [
"digitalocean",
"API"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/mojoio/docean/issues"
},
"homepage": "https://gitlab.com/mojoio/docean#README"
}