smgtools
Version:
Common tools used for SMG projects for generating IDs and other standard tasks.
33 lines (32 loc) • 754 B
JSON
{
"name": "smgtools",
"version": "1.0.1",
"description": "Common tools used for SMG projects for generating IDs and other standard tasks.",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/shockmediagroup/nodejs-smgtools.git"
},
"keywords": [
"NodeJS",
"Shock",
"Media",
"Group",
"tuckborough",
"bamfurlong",
"SMG",
"indentifier"
],
"author": "Chuck Harper <chuck@shockmediagroup.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shockmediagroup/nodejs-smgtools/issues"
},
"homepage": "https://github.com/shockmediagroup/nodejs-smgtools#readme",
"dependencies": {
"crypto": "^1.0.1"
}
}