mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-16 12:00:10 -04:00
23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"name": "insomnia-plugin-uuid",
|
|
"version": "1.0.18",
|
|
"author": "Gregory Schier <gschier1990@gmail.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"
|
|
}
|