execd
Version:
Check if method has been called.
30 lines • 611 B
JSON
{
"name": "asea",
"version": "0.16.0",
"description": "Determines if you're on a server or a client",
"main": "asea.deploy.js",
"support": "asea.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"server",
"client",
"environment",
"platform"
],
"homepage": "https://github.com/volkovasystems/asea",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"harden": "^0.23.0"
}
}