mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
vm-compatibility-layer was designed to support obsolete APIs in node v0.11.x of node v0.10.x. It is only used in the build Gruntfile and nowhere else in the project.
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"name": "nylas",
|
|
"productName": "Nylas N1",
|
|
"version": "0.3.23",
|
|
"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.34.3",
|
|
"dependencies": {
|
|
"async": "^0.9",
|
|
"atom-keymap": "^6.1.1",
|
|
"babel-core": "^5.8.21",
|
|
"bluebird": "^2.9",
|
|
"classnames": "1.2.1",
|
|
"clear-cut": "0.4.0",
|
|
"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",
|
|
"inflection": "^1.7",
|
|
"jasmine-json": "~0.0",
|
|
"jasmine-tagged": "^1.1.2",
|
|
"jasmine-react-helpers": "^0.2",
|
|
"jquery": "^2.1.1",
|
|
"juice": "^1.4",
|
|
"less-cache": "0.21",
|
|
"marked": "^0.3",
|
|
"mkdirp": "^0.5",
|
|
"moment": "^2.8",
|
|
"moment-timezone": "^0.3",
|
|
"nslog": "^3",
|
|
"node-uuid": "^1.4",
|
|
"nock": "^2",
|
|
"optimist": "0.4.0",
|
|
"pathwatcher": "~6.2",
|
|
"property-accessors": "^1",
|
|
"promise-queue": "2.1.1",
|
|
"proxyquire": "1.3.1",
|
|
"q": "^1.0.1",
|
|
"raven": "0.7.2",
|
|
"react": "^0.13.2",
|
|
"react-hot-api": "0.4.5",
|
|
"reflux": "0.1.13",
|
|
"request": "^2.53",
|
|
"request-progress": "^0.3",
|
|
"runas": "^3.1",
|
|
"sanitize-html": "1.9.0",
|
|
"scoped-property-store": "^0.16.2",
|
|
"season": "^5.1",
|
|
"semver": "^4.2",
|
|
"serializable": "^1",
|
|
"service-hub": "^0.2.0",
|
|
"space-pen": "3.8.2",
|
|
"spellchecker": "^3.1.2",
|
|
"source-map-support": "^0.3.2",
|
|
"temp": "^0.8",
|
|
"theorist": "^1.0",
|
|
"underscore": "^1.8",
|
|
"underscore.string": "^3.0"
|
|
},
|
|
"packageDependencies": {},
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "./N1.sh --test"
|
|
}
|
|
}
|