insomnia/app/package.json
2016-10-26 18:29:25 -07:00

34 lines
1.1 KiB
JSON

{
"private": true,
"name": "insomnia",
"version": "3.6.4",
"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": "main.js",
"dependencies": {
"analytics-node": "^2.1.0",
"electron-context-menu": "^0.4.0",
"electron-squirrel-startup": "^1.0.0",
"hkdf": "0.0.2",
"httpsnippet": "git@github.com:getinsomnia/httpsnippet.git#a3a2c0a0167fa844bf92df52a1442fa1d68a9053",
"json-lint": "^0.1.0",
"jsonpath-plus": "^0.15.0",
"nedb": "^1.8.0",
"node-forge": "^0.6.43",
"node-uuid": "^1.4.7",
"nunjucks": "git@github.com:gschier/nunjucks.git#80485468cd577f1a1a8067bedf6c5bfa878712ea",
"raven": "^0.12.1",
"request": "^2.71.0",
"sjcl": "^1.0.6",
"srp": "git@github.com:gschier/node-srp.git#5dfcdba97e3661ba1119cadbc4e9723c6b4bc1fb",
"tough-cookie": "^2.3.1",
"traverse": "^0.6.6",
"vkbeautify": "^0.99.1",
"xpath": "^0.0.23",
"xmldom": "^0.1.22"
}
}