insomnia/plugins/insomnia-plugin-uuid/package.json
Opender Singh c2d989e1e0 lib@2.2.24
2020-09-22 11:45:33 +12:00

25 lines
591 B
JSON

{
"name": "insomnia-plugin-uuid",
"version": "2.2.24",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia uuid template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-uuid",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "uuid",
"core": true,
"unlisted": true
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"uuid": "^3.1.0"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}