Mailspring/package.json
2016-04-11 12:01:47 -07:00

89 lines
2.3 KiB
JSON

{
"name": "nylas",
"productName": "Nylas N1",
"version": "0.4.24",
"description": "An extensible, open-source mail client built on the modern web.",
"main": "./src/browser/main.js",
"repository": {
"type": "git",
"url": "https://github.com/nylas/N1.git"
},
"bugs": {
"url": "https://github.com/nylas/N1/issues"
},
"electronVersion": "0.36.7",
"dependencies": {
"async": "^0.9",
"atom-keymap": "^6.1.1",
"babel-core": "^5.8.21",
"bluebird": "^2.9",
"chrono-node": "^1.1.2",
"classnames": "1.2.1",
"clear-cut": "^2.0.1",
"coffee-react": "^2.0.0",
"coffee-script": "1.10.0",
"coffeestack": "^1.1",
"color": "^0.7.3",
"emissary": "^1.3.1",
"event-kit": "^1.0.2",
"fs-plus": "^2.3.2",
"fstream": "0.1.24",
"grim": "1.5.0",
"guid": "0.0.10",
"immutable": "3.7.5",
"inflection": "^1.7",
"jasmine-json": "~0.0",
"jasmine-react-helpers": "^0.2",
"jasmine-tagged": "^1.1.2",
"jquery": "^2.1.1",
"juice": "^1.4",
"keytar": "^3.0.0",
"less-cache": "0.21",
"marked": "^0.3",
"mkdirp": "^0.5",
"moment": "2.12.0",
"moment-round": "^1.0.1",
"moment-timezone": "0.5.2",
"nock": "^2",
"node-uuid": "^1.4",
"nslog": "^3",
"optimist": "0.4.0",
"pathwatcher": "~6.2",
"promise-queue": "2.1.1",
"property-accessors": "^1",
"proxyquire": "1.3.1",
"q": "^1.0.1",
"raven": "0.7.2",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"reflux": "0.1.13",
"request": "^2.53",
"request-progress": "^0.3",
"rimraf": "2.5.2",
"runas": "^3.1",
"rx-lite": "^4.0.7",
"rx-lite-testing": "^4.0.7",
"sanitize-html": "1.9.0",
"scoped-property-store": "^0.16.2",
"season": "^5.1",
"semver": "^4.2",
"serializable": "^1",
"service-hub": "^0.2.0",
"source-map-support": "^0.3.2",
"space-pen": "3.8.2",
"spellchecker": "^3.2.1",
"temp": "^0.8",
"theorist": "^1.0",
"underscore": "^1.8",
"underscore.string": "^3.0",
"windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7"
},
"packageDependencies": {},
"private": true,
"scripts": {
"test": "./N1.sh --test"
}
}