insomnia/app/app.json

28 lines
890 B
JSON
Raw Normal View History

2016-04-20 06:09:46 +00:00
{
2016-07-09 04:49:09 +00:00
"private": true,
2016-04-20 06:09:46 +00:00
"name": "insomnia",
2016-09-08 22:04:25 +00:00
"version": "3.3.3",
2016-07-18 19:44:46 +00:00
"productName": "Insomnia",
2016-08-25 19:58:20 +00:00
"longName": "Insomnia REST Client",
"description": "A simple and beautiful REST API client",
2016-04-20 06:09:46 +00:00
"homepage": "http://insomnia.rest",
2016-07-18 19:44:46 +00:00
"author": "Gregory Schier <support@insomnia.rest>",
2016-04-20 06:09:46 +00:00
"main": "app.js",
"dependencies": {
"analytics-node": "^2.1.0",
2016-08-25 19:44:51 +00:00
"electron-context-menu": "^0.4.0",
2016-07-18 19:44:46 +00:00
"electron-squirrel-startup": "^1.0.0",
2016-08-15 22:31:30 +00:00
"httpsnippet": "git@github.com:gschier/httpsnippet.git#39d2fb0449f33711e5cc71a4d42b0e5b808426b4",
2016-09-09 00:52:38 +00:00
"jsonpath-plus": "^0.15.0",
"nedb": "^1.8.0",
2016-07-29 17:18:04 +00:00
"node-localstorage": "^1.3.0",
2016-08-22 21:35:58 +00:00
"nunjucks": "git@github.com:gschier/nunjucks.git#80485468cd577f1a1a8067bedf6c5bfa878712ea",
2016-08-17 22:44:03 +00:00
"raven": "^0.12.1",
"request": "^2.71.0",
"tough-cookie": "^2.3.1",
2016-09-10 01:51:49 +00:00
"traverse": "^0.6.6",
"xml2js": "^0.4.17",
"xml2js-xpath": "^0.7.0"
2016-04-20 06:09:46 +00:00
}
}