smoke-machine-js
Version:
A collection of helper functions often used in my projects.
39 lines (38 loc) • 1.05 kB
JSON
{
"name": "smoke-machine-js",
"version": "1.0.6",
"description": "A collection of helper functions often used in my projects.",
"homepage": "https://owenrossikeen.com/docs/smoke-machine-js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jsdoc": "jsdoc -a all -c jsdoc.json -r -R README.md index.js -d docs/jsdoc && jsdoc2md --files index.js > docs/API.md"
},
"keywords": [
"Helper Functions",
"Launch",
"Smoke",
"Smoke3785"
],
"author": {
"name": "Owen Rossi-Keen",
"email": "owenrossikeen@gmail.com",
"url": "https://owenrossikeen.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Smoke3785/smoke-machine-js"
},
"license": "ISC",
"devDependencies": {
"docdash": "^1.2.0",
"jsdoc": "^3.6.10",
"jsdoc-to-markdown": "^7.1.1"
},
"dependencies": {
"bytebuffer": "^5.0.1",
"crypto-js": "^4.1.1",
"readline": "^1.3.0",
"recursive-readdir": "^2.2.2"
}
}