flex-query
Version:
The support of javascript to make query collection object
24 lines (23 loc) • 425 B
JSON
{
"name": "flex-query",
"version": "1.0.0",
"description": "The support of javascript to make query collection object",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"query",
"object",
"collection",
"javascript"
],
"author": "Oliver Valiente",
"license": "MIT",
"devDependencies": {
"chalk": "^2.4.1"
},
"dependencies": {
"for-in": "^1.0.2"
}
}