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

23 lines
563 B
JSON
Raw Normal View History

{
"name": "insomnia-plugin-now",
2019-12-12 20:32:59 +00:00
"version": "2.1.0",
2019-12-12 20:39:41 +00:00
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-now",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "now"
},
"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
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
}