@chaff/drowsy-client
Version:
Client library for Drowsy
40 lines (39 loc) • 953 B
JSON
{
"name": "@chaff/drowsy-client",
"version": "0.0.1",
"description": "Client library for Drowsy",
"keywords": [
"api",
"api-client",
"api-integration",
"rest",
"rest-client",
"rest-integration",
"restful",
"restful-client",
"restful-integration"
],
"author": "Iain Reid <iainreid382@gmail.com> (https://chaff.land)",
"homepage": "https://github.com/Chaffity/drowsy#readme",
"license": "MIT",
"main": "./lib/drowsy-client.js",
"types": "./lib/drowsy-client.d.ts",
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Chaffity/drowsy.git"
},
"scripts": {
"prepare": "mkdir -p lib && cp src/main/* lib/",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/Chaffity/drowsy/issues"
},
"gitHead": "092971144f1708e55c781c2ca845193b316a514c"
}