mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
3228b0df7e
- Threads sort the same way they do in Gmail, by "last message received" - We now use native SQLite bindings, and SQLite 3.8.11.1, which is 22% faster - We now display an affordance for undoing changes to threads - Scroll handling in the message list is much better - Contact chips have been overhauled in the composer, and are now editable - Contact autocompletions are better, and based on frequency of use - Messages wrap better in many scenarios - More than 20 bug fixes! We now have more than 1,000 specs for Nylas Mail.
89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"name": "nylas",
|
|
"productName": "Nylas",
|
|
"version": "0.2.3",
|
|
"description": "An email OS",
|
|
"main": "./src/browser/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/edgehill.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nylas/edgehill/issues"
|
|
},
|
|
"electronVersion": "0.29.2",
|
|
"dependencies": {
|
|
"asar": "^0.5.0",
|
|
"6to5-core": "^3.5",
|
|
"async": "^0.9",
|
|
"atom-keymap": "^5.1",
|
|
"bluebird": "^2.9",
|
|
"clear-cut": "0.4.0",
|
|
"coffee-react": "^2.0.0",
|
|
"coffee-script": "1.9.0",
|
|
"coffeestack": "^1.1",
|
|
"classnames": "1.2.1",
|
|
"color": "^0.7.3",
|
|
"delegato": "^1",
|
|
"emissary": "^1.3.1",
|
|
"event-kit": "^1.0.2",
|
|
"fs-plus": "^2.3.2",
|
|
"fstream": "0.1.24",
|
|
"fuzzaldrin": "^2.1",
|
|
"git-utils": "^3.0.0",
|
|
"grim": "1.1.0",
|
|
"guid": "0.0.10",
|
|
"inflection": "^1.7",
|
|
"jasmine-json": "~0.0",
|
|
"jasmine-tagged": "^1.1.2",
|
|
"jquery": "^2.1.1",
|
|
"less-cache": "0.21",
|
|
"marked": "^0.3",
|
|
"mkdirp": "^0.5",
|
|
"mixpanel": "^0.0.20",
|
|
"moment": "^2.8",
|
|
"moment-timezone": "^0.3",
|
|
"nslog": "^2.0.0",
|
|
"optimist": "0.4.0",
|
|
"pathwatcher": "^4.4.0",
|
|
"property-accessors": "^1",
|
|
"q": "^1.0.1",
|
|
"raven": "0.7.2",
|
|
"react": "^0.13.2",
|
|
"react-hot-api": "0.4.5",
|
|
"react-atom-fork": "^0.11.5",
|
|
"reactionary-atom-fork": "^1.0.0",
|
|
"reflux": "0.1.13",
|
|
"request": "^2.53",
|
|
"request-progress": "^0.3",
|
|
"runas": "^2.0",
|
|
"sanitize-html": "^1.5",
|
|
"scandal": "2.0.0",
|
|
"scoped-property-store": "^0.16.2",
|
|
"scrollbar-style": "^2.0",
|
|
"season": "^5.1",
|
|
"semver": "^4.2",
|
|
"serializable": "^1",
|
|
"service-hub": "^0.2.0",
|
|
"space-pen": "3.8.2",
|
|
"stacktrace-parser": "^0.1",
|
|
"temp": "^0.8",
|
|
"text-buffer": "^4.1",
|
|
"theorist": "^1.0",
|
|
"underscore": "^1.8",
|
|
"underscore.string": "^3.0",
|
|
"vm-compatibility-layer": "0.1.0",
|
|
"spellchecker": "2.2.1",
|
|
"aws-sdk": "2.1.28"
|
|
},
|
|
"devDependencies": {
|
|
"proxyquire": "git+https://github.com/bengotow/proxyquire",
|
|
"jasmine-react-helpers": "^0.2"
|
|
},
|
|
"packageDependencies": {
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'"
|
|
}
|
|
}
|