insomnia/app/app.json
2016-06-14 20:20:05 -07:00

13 lines
265 B
JSON

{
"name": "insomnia",
"version": "3.0.0",
"productName": "Insomnia REST Client",
"description": "The best REST API Client",
"homepage": "http://insomnia.rest",
"licence": "GPL-3.0",
"main": "app.js",
"dependencies": {
"request": "^2.71.0"
}
}