silk-api-client
Version:
silk.co API client
36 lines (35 loc) • 804 B
JSON
{ "name": "silk-api-client"
, "version" : "4.0.0"
, "description" : "silk.co API client"
, "main" : "src/silk.js"
, "scripts" : { "test": "echo \"Error: no test specified\" && exit 1" }
, "keywords" :
[ "silk"
, "api"
, "client"
]
, "dependencies":
{ "request" : "2.x"
, "q" : "1.x"
}
, "author" :
{ "name" : "Silk B.V."
, "email" : "code@silk.co"
}
, "license" : "BSD-3-Clause"
, "homepage" : "https://github.com/silkapp/silk-api-client"
, "bugs" :
{ "url" : "https://github.com/silkapp/silk-api-client/issues"
, "email" : "code@silk.co"
}
, "files" :
[ "CHANGELOG.md"
, "LICENSE"
, "README.md"
, "src"
]
, "repository" :
{ "type" : "git"
, "url" : "https://github.com/silkapp/silk-api-client.git"
}
}