digitalocean/package.json

25 lines
516 B
JSON
Raw Normal View History

2017-02-08 22:31:05 +00:00
{
"name": "docean",
2017-02-08 22:31:08 +00:00
"version": "1.0.1",
2017-02-08 22:31:05 +00:00
"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"
}