digitalocean/package.json
2017-02-08 23:31:08 +01:00

25 lines
516 B
JSON

{
"name": "docean",
"version": "1.0.1",
"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"
}