mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 09:52:06 +03:00
15 lines
384 B
JSON
15 lines
384 B
JSON
|
{
|
||
|
"name": "nql-map-key-values",
|
||
|
"version": "0.0.0",
|
||
|
"description": "Map keys and values for nql query objects",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/TryGhost/Ghost/tree/master/core/shared/nql-map-key-values",
|
||
|
"author": "Ghost Foundation",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@nexes/nql": "0.3.0",
|
||
|
"lodash": "4.17.15"
|
||
|
}
|
||
|
}
|