ldsorg
Version:
A JavaScript library for accessing LDS.org with Node.js or a browser
41 lines (40 loc) • 872 B
JSON
{
"name": "ldsorg",
"version": "2.5.4",
"description": "A JavaScript library for accessing LDS.org with Node.js or a browser",
"main": "ldsorg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LDSorg/ldsorgjs.git"
},
"dependencies": {
"forallasync": "~1.0.1",
"foreachasync": "~3.0.0",
"forEachAsync": "~3.0.0",
"join": "~3.0.0",
"lateral": "~3.0.5"
},
"devDependencies": {
"request": "~2.33.0",
"chance": "~0.5.6"
},
"keywords": [
"ysa",
"msa",
"lds",
"lds.org",
"mormon",
"mormon.org",
"ward",
"directory",
"stake"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache2",
"bugs": {
"url": "https://github.com/LDSorg/ldsorgjs/issues"
}
}