insomnia/plugins/insomnia-plugin-now/package.json

29 lines
631 B
JSON
Raw Normal View History

{
2022-03-01 16:13:22 +00:00
"private": false,
"name": "insomnia-plugin-now",
2022-03-01 14:24:59 +00:00
"version": "2.5.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": {
2018-03-06 01:09:36 +00:00
"moment": "^2.21.0"
2019-11-22 16:15:46 +00:00
},
2020-01-06 19:02:54 +00:00
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}