mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"name": "insomnia-plugin-uuid",
|
|
"version": "2.1.0",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia uuid template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-uuid",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "uuid"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
|
|
}
|