Mailspring/package.json
Ben Gotow 73b99880fd refactor(*): Remove Atom package dependecies and Atom styles!
Test Plan: Run existing tests

Reviewers: evan

Differential Revision: https://review.inboxapp.com/D1160
2015-02-06 16:57:33 -08:00

99 lines
2.5 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.0.14",
"async": "0.2.6",
"atom-keymap": "^3.1.0",
"bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372",
"clear-cut": "0.4.0",
"coffee-script": "1.8.0",
"coffeestack": "0.8.0",
"color": "^0.7.3",
"delegato": "^1",
"emissary": "^1.3.1",
"event-kit": "^1.0.2",
"first-mate": "^3.0.0",
"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",
"mixto": "^1",
"mkdirp": "0.3.5",
"nslog": "^2.0.0",
"oniguruma": "^4.0.0",
"optimist": "0.4.0",
"pathwatcher": "^3.1.0",
"property-accessors": "^1",
"bluebird": "^2.6.4",
"random-words": "0.0.1",
"react-atom-fork": "^0.11.5",
"reactionary-atom-fork": "^1.0.0",
"runas": "2.0.0",
"reflux": "0.1.13",
"scandal": "2.0.0",
"scoped-property-store": "^0.16.2",
"scrollbar-style": "^2.0.0",
"season": "^5.1.2",
"semver": "2.2.1",
"serializable": "^1",
"service-hub": "^0.2.0",
"space-pen": "3.8.2",
"stacktrace-parser": "0.1.1",
"temp": "0.7.0",
"text-buffer": "^4.0.0",
"theorist": "^1.0.2",
"underscore-plus": "^1.6.6",
"vm-compatibility-layer": "0.1.0",
"text-buffer": "^3.0.1",
"theorist": "^1",
"vm-compatibility-layer": "0.1.0",
"react": "^0.12.2",
"react-dnd": "^0.6.3",
"moment": "^2.8",
"raven": "0.7.2",
"request": "2.46.0",
"underscore": "^1.7",
"coffee-react": "^2.0.0",
"request-progress": "^0.3",
"q": "^1.0.1",
"autolinker": "0.15.2",
"underscore.string": "^2.3"
},
"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)"
}
}