{ "name": "nylas-mail", "productName": "Nylas Mail", "version": "2.0.15", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js", "repository": { "type": "git", "url": "https://github.com/nylas/nylas-mail.git" }, "bugs": { "url": "https://github.com/nylas/nylas-mail/issues" }, "dependencies": { "async": "^0.9", "babel-core": "6.22.0", "babel-preset-electron": "1.4.15", "babel-preset-react": "6.22.0", "babel-regenerator-runtime": "6.5.0", "better-sqlite3": "bengotow/better-sqlite3#dcd5b6e73c9a5329fd72c85be3316131fcfb83ab", "chromium-net-errors": "1.0.3", "chrono-node": "^1.1.2", "classnames": "1.2.1", "coffee-react": "^5.0.0", "coffee-script": "1.10.0", "coffeestack": "^1.1", "color": "^0.7.3", "debug": "github:emorikawa/debug#nylas", "electron": "1.7.3", "electron-spellchecker": "1.0.1", "emissary": "^1.3.1", "emoji-data": "^0.2.0", "encoding": "0.1.12", "enzyme": "2.9.1", "event-kit": "^1.0.2", "fs-plus": "^2.3.2", "he": "1.1.0", "is-online": "7.0.0", "imap-provider-settings": "github:nylas/imap-provider-settings#2fdcd34d59b", "jasmine-json": "~0.0", "jasmine-react-helpers": "^0.2", "jasmine-reporters": "1.x.x", "jasmine-tagged": "^1.1.2", "juice": "^1.4", "keytar": "3.0.0", "less-cache": "0.21", "lru-cache": "^4.0.1", "marked": "^0.3", "mkdirp": "^0.5", "moment": "2.12.0", "moment-round": "^1.0.1", "moment-timezone": "0.5.4", "mousetrap": "^1.5.3", "node-emoji": "^1.2.1", "node-uuid": "^1.4", "nslog": "^3", "optimist": "0.4.0", "pathwatcher": "~6.2", "pick-react-known-prop": "0.x.x", "proxyquire": "1.3.1", "raven": "1.1.4", "react": "15.6.1", "react-addons-css-transition-group": "15.6.0", "react-addons-perf": "15.6.0-rc.1", "react-dom": "15.6.1", "react-test-renderer": "15.6.1", "reflux": "0.1.13", "rimraf": "2.5.2", "runas": "^3.1", "rx-lite": "4.0.8", "rx-lite-testing": "^4.0.7", "sanitize-html": "1.9.0", "semver": "^4.2", "simplemde": "jstejada/simplemde-markdown-editor#input-style-support", "source-map-support": "^0.3.2", "temp": "^0.8", "tld": "^0.0.2", "underscore": "1.8.x", "underscore.string": "^3.0", "windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7" }, "devDependencies": { "donna": "^1.0.15", "esdoc": "^0.5.2", "esdoc-es7-plugin": "0.0.3", "gitbook": "^3.2.2", "gitbook-cli": "^2.3.0", "gitbook-plugin-anchors": "^0.7.1", "gitbook-plugin-editlink": "^1.0.2", "gitbook-plugin-favicon": "0.0.2", "gitbook-plugin-github": "^2.0.0", "gitbook-plugin-theme-api": "^1.1.2", "handlebars": "4.0.6", "joanna": "0.0.8", "meta-marked": "0.4.2", "tello": "1.0.6" }, "optionalDependencies": { "node-mac-notifier": "0.0.13" }, "packageDependencies": {}, "scripts": { "test": "electron . --test --enable-logging", "test-window": "electron . --test=window --enable-logging", "test-junit": "electron . --test --enable-logging --junit-xml=junitxml", "start": "electron . --dev --enable-logging", "lint": "script/grunt lint", "build": "script/grunt build" } }