swint-helper
Version:
Helper functions and classes for Swint
41 lines (40 loc) • 840 B
JSON
{
"name": "swint-helper",
"version": "1.2.11",
"description": "Helper functions and classes for Swint",
"main": "lib/index.js",
"scripts": {
"test": "eslint lib && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/KnowRe-Dev/swint-helper.git"
},
"keywords": [
"swint",
"helper",
"defaultization",
"print",
"walk",
"validation",
"concatenation"
],
"author": "Kurt Cho <kivoloid@gmail.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/KnowRe-Dev/swint-helper/issues"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/KnowRe-Dev/swint-helper",
"dependencies": {
"le_node": "1.8.0",
"sprintf": "0.1.5"
},
"devDependencies": {
"eslint": "5.15.1",
"mocha": "6.0.2"
}
}