insomnia/app/package.json
2016-09-16 22:46:44 -07:00

31 lines
968 B
JSON

{
"private": true,
"name": "insomnia",
"version": "3.4.1",
"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",
"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",
"node-uuid": "^1.4.7",
"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",
"vkbeautify": "^0.99.1",
"xpath": "^0.0.23",
"xmldom": "^0.1.22"
}
}