runnable
Version:
Export a runnable method
34 lines (33 loc) • 695 B
JSON
{
"name": "runnable",
"version": "3.0.0",
"description": "Export a runnable method",
"main": "index.js",
"scripts": {
"test": "happiness && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wesleytodd/runnable.git"
},
"keywords": [
"runnable",
"executable",
"micro-services",
"soa"
],
"author": "Wes Todd",
"license": "ISC",
"bugs": {
"url": "https://github.com/wesleytodd/runnable/issues"
},
"homepage": "https://github.com/wesleytodd/runnable#readme",
"devDependencies": {
"browserify": "^13.1.0",
"happiness": "^5.5.0",
"mocha": "^2.4.5"
},
"dependencies": {
"callsite": "^1.0.0"
}
}