insomnia/app/package.json
Gregory Schier bb57f360e0 Environment Tags and Such (#90)
* Sort of working nunjucks editor

* Some more tweaks

* Lots of stuff

* Gettingn pretty good

* Minor tweaks and test fixes

* Minor bug fixes and stuff

* Some fixes and perf

* Refactoring

* Good for now

* Codemirror URL

* More and more fixes and improvements

* Code single-line CSS perfect!!!

* Better nj editing

* Show preview in nj edit

* Some editor updates

* All inputs now covered

* A bunch of fixes and stuff

* Don't cache node modules because it's not needed

* More stuff

* Tweak

* Style tweaks

* Pull nunjucks mode into own file

* Move codemirror click overlay to own file

* Pull nunjucks tag stuff out

* Fixed key value editor

* raw/endraw and marks improvements

* Some tweaks
2017-02-27 13:00:13 -08:00

29 lines
755 B
JSON

{
"private": true,
"name": "insomnia",
"version": "4.2.14",
"productName": "Insomnia",
"longName": "Insomnia REST Client",
"description": "A simple and beautiful REST API client",
"homepage": "http://insomnia.rest",
"author": "Insomnia <support@insomnia.rest>",
"main": "main.js",
"dependencies": {
"analytics-node": "~2.1.0",
"electron-context-menu": "~0.8.0",
"electron-squirrel-startup": "~1.0.0",
"hkdf": "0.0.2",
"httpsnippet": "1.16.5",
"insomnia-importers": "~1.3.0",
"jsonpath": "~0.2.9",
"mkdirp": "~0.5.1",
"nedb": "~1.8.0",
"node-forge": "~0.7.0",
"raven": "~1.1.2",
"request": "~2.71.0",
"srp-js": "0.2.0",
"tough-cookie": "~2.3.1",
"vkbeautify": "~0.99.1"
}
}