mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
d6336dae08
commit d1c455515e04424d429c87a07aff248a4a767f23 Merge: 72e5536 512f8db Author: Ben Gotow <bengotow@gmail.com> Date: Thu Feb 19 18:42:29 2015 -0800 Merge sheet and flexbox components, fonts, and more Conflicts: static/workspace-view.less commit 72e553652f5b26a96155c51e04db46baafb916be Author: Ben Gotow <bengotow@gmail.com> Date: Wed Feb 18 12:33:08 2015 -0800 Start transitioning to a better set of ui-variables (from bootstrap) commit ed22fb7fe1c6544af44fae69b83e7e63965ddf4d Author: Ben Gotow <bengotow@gmail.com> Date: Wed Feb 18 11:55:58 2015 -0800 I hate CSS commit 512f8db414ceef74712c9d63ba5a67b44cf778c4 Author: Ben Gotow <bengotow@gmail.com> Date: Mon Feb 16 10:10:44 2015 -0800 Initial work on top toolbar commit c2d7a0e0a2f6f6ebe254cca24ad0735336d57b70 Author: Ben Gotow <bengotow@gmail.com> Date: Thu Feb 12 18:47:26 2015 -0800 New UI Prototype interaction / stores for sheets
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "edgehill",
|
|
"productName": "Edgehill",
|
|
"version": "0.178.0",
|
|
"description": "An email OS",
|
|
"main": "./src/browser/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/atom/atom.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/atom/atom/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/atom/atom/raw/master/LICENSE.md"
|
|
}
|
|
],
|
|
"atomShellVersion": "0.21.0",
|
|
"dependencies": {
|
|
"6to5-core": "^3.5",
|
|
"async": "^0.9",
|
|
"atom-keymap": "^3.1",
|
|
"autolinker": "0.15.2",
|
|
"bluebird": "^2.9",
|
|
"clear-cut": "0.4.0",
|
|
"coffee-react": "^2.0.0",
|
|
"coffee-script": "1.9.0",
|
|
"coffeestack": "0.8.0",
|
|
"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",
|
|
"jasmine-json": "~0.0",
|
|
"jasmine-tagged": "^1.1.2",
|
|
"jquery": "^2.1.1",
|
|
"less-cache": "0.21",
|
|
"marked": "^0.3",
|
|
"mkdirp": "^0.5",
|
|
"moment": "^2.8",
|
|
"nslog": "^2.0.0",
|
|
"oniguruma": "^4.0.0",
|
|
"optimist": "0.4.0",
|
|
"pathwatcher": "^4.0",
|
|
"property-accessors": "^1",
|
|
"q": "^1.0.1",
|
|
"raven": "0.7.2",
|
|
"react": "^0.12.2",
|
|
"react-atom-fork": "^0.11.5",
|
|
"react-dnd": "^0.6.3",
|
|
"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-plus": "^1.6",
|
|
"vm-compatibility-layer": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"proxyquire": "git+https://github.com/bengotow/proxyquire",
|
|
"jasmine-react-helpers": "^0.2"
|
|
},
|
|
"packageDependencies": {
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "node -e 'process.exit(0)'",
|
|
"postinstall": "(cd internal_packages/composer; npm install)"
|
|
}
|
|
}
|