@kingjs/func
Version:
Exports all `@kingjs/func.*` functionality in one package.
25 lines (24 loc) • 565 B
JSON
{
"name": "@kingjs/func",
"version": "1.0.2",
"description": "Exports all `@kingjs/func.*` functionality in one package.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kingces95/kingjs.git"
},
"keywords": [],
"author": "Chris King <kingces95@gmail.com>",
"license": "MIT",
"dependencies": {
"@kingjs/func.return-this": "^1.0.0",
"@kingjs/func.return-arg-0": "^1.0.0",
"@kingjs/func.return-arg-1": "^1.0.0"
}
}