insomnia/app/package.json
Gregory Schier e2ecf9afb0 Improved Appveyor CI (#86)
* Version bump

* Update CI

* Fix?

* Silence errors

* Finish
2017-02-16 09:10:12 -08:00

38 lines
999 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": "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-squirrel-startup": "^1.0.0",
"hkdf": "0.0.2",
"httpsnippet": "1.16.5",
"insomnia-importers": "^1.3.0",
"jsonlint": "^1.6.2",
"jsonpath": "^0.2.9",
"mime-types": "^2.1.12",
"mkdirp": "^0.5.1",
"nedb": "^1.8.0",
"node-forge": "^0.6.46",
"nunjucks": "^3.0.0",
"raven": "^0.12.1",
"request": "^2.71.0",
"srp-js": "0.2.0",
"tough-cookie": "^2.3.1",
"traverse": "^0.6.6",
"uuid": "^3.0.0",
"vkbeautify": "^0.99.1",
"whatwg-fetch": "^2.0.1",
"xpath": "^0.0.23",
"xmldom": "^0.1.22"
}
}