insomnia/plugins/insomnia-plugin-now/package.json
Filipe Freire 29825dec4a v3.13.0
2023-03-09 14:29:52 +00:00

28 lines
574 B
JSON

{
"private": true,
"name": "insomnia-plugin-now",
"version": "3.13.0",
"author": "Kong <office@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-now"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "now",
"unlisted": true
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"moment": "^2.21.0"
}
}