insomnia/plugins/insomnia-plugin-now/package.json
2019-12-17 12:16:08 -05:00

23 lines
549 B
JSON

{
"name": "insomnia-plugin-now",
"version": "2.1.2",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-now",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "now"
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"moment": "^2.21.0"
},
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
}