menge
Version:
Minimalist set theory operations for Array-like objects in less than 1KB
30 lines (29 loc) • 577 B
JSON
{
"name": "menge",
"version": "0.0.1",
"description": "Minimalist set theory operations for Array-like objects in less than 1KB",
"main": "menge.js",
"scripts": {
"build": "make",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/kawanet/promisen.git"
},
"author": "kawanet",
"license": "MIT",
"devDependencies": {
"jsdoc": "^3.3.2",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"uglify-js": "^2.4.23"
},
"keywords": [
"array-like",
"set",
"union",
"except",
"unique"
]
}