insomnia/app/app.json
Gregory Schier ea3eaae213 Version bump
2016-09-13 10:39:55 -07:00

29 lines
917 B
JSON

{
"private": true,
"name": "insomnia",
"version": "3.4.0",
"productName": "Insomnia",
"longName": "Insomnia REST Client",
"description": "A simple and beautiful REST API client",
"homepage": "http://insomnia.rest",
"author": "Gregory Schier <support@insomnia.rest>",
"main": "app.js",
"dependencies": {
"analytics-node": "^2.1.0",
"electron-context-menu": "^0.4.0",
"electron-squirrel-startup": "^1.0.0",
"httpsnippet": "git@github.com:gschier/httpsnippet.git#39d2fb0449f33711e5cc71a4d42b0e5b808426b4",
"json-lint": "^0.1.0",
"jsonpath-plus": "^0.15.0",
"nedb": "^1.8.0",
"node-localstorage": "^1.3.0",
"nunjucks": "git@github.com:gschier/nunjucks.git#80485468cd577f1a1a8067bedf6c5bfa878712ea",
"raven": "^0.12.1",
"request": "^2.71.0",
"tough-cookie": "^2.3.1",
"traverse": "^0.6.6",
"xml2js": "^0.4.17",
"xml2js-xpath": "^0.7.0"
}
}