insomnia/app/package.json
Gregory Schier e380a4d2b1 Insomnia Plus Launch (#41)
* Payment modal done

* Refactor settings and added command support

* Made sync operations more efficient

* Sync button slightly more efficient

* Remove Elm

* Fixed Codemirror

* Nunjucks 3.0

* Revert sourcemap change and some renaming

* Some fixes for Config creation, and added name to resources

* Set to new Insomnia URL

* Some fixes
2016-11-07 12:24:38 -08:00

38 lines
1.1 KiB
JSON

{
"private": true,
"name": "insomnia",
"version": "3.6.8",
"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",
"classnames": "^2.2.3",
"electron-context-menu": "^0.4.0",
"electron-cookies": "^1.1.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",
"mime-types": "^2.1.12",
"mkdirp": "^0.5.1",
"nedb": "^1.8.0",
"node-forge": "^0.6.43",
"node-uuid": "^1.4.7",
"nunjucks": "^3.0.0",
"raven": "^0.12.1",
"request": "^2.71.0",
"sjcl": "^1.0.6",
"srp": "git@github.com:getinsomnia/srp-js.git#6ebd8c3acfbcf69645e4c6e6f8f6b55138ff22c3",
"tough-cookie": "^2.3.1",
"traverse": "^0.6.6",
"vkbeautify": "^0.99.1",
"xpath": "^0.0.23",
"xmldom": "^0.1.22"
}
}