@chaffity/drowsy-server
Version:
Server library for Drowsy
40 lines (39 loc) • 956 B
JSON
{
"name": "@chaffity/drowsy-server",
"version": "0.0.4",
"description": "Server library for Drowsy",
"keywords": [
"api",
"api-server",
"api-integration",
"rest",
"rest-server",
"rest-integration",
"restful",
"restful-server",
"restful-integration"
],
"author": "Iain Reid <iainreid382@gmail.com> (https://chaff.land)",
"homepage": "https://github.com/Chaffity/drowsy#readme",
"license": "MIT",
"main": "./lib/drowsy-server.js",
"types": "./lib/drowsy-server.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": "e34e1eedf8a39d266c9d5291fe5bee8941b65388"
}