insomnia/plugins/insomnia-plugin-hash/package.json
Gregory Schier 114a78cf27 v2.1.0
2019-12-12 15:32:59 -05:00

20 lines
478 B
JSON

{
"name": "insomnia-plugin-hash",
"version": "2.1.0",
"author": "Gregory Schier <gschier1990@gmail.com>",
"description": "Insomnia hash template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-hash",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "hash",
"core": true
},
"scripts": {
"test": "jest --silent"
}
}