mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 18:37:53 +08:00
wip
This commit is contained in:
parent
a5ace0c5cb
commit
55ec77a209
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "All components required to run Nylas Mail",
|
"description": "All components required to run Nylas Mail",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "6.x.x",
|
|
||||||
"babel-cli": "6.x.x",
|
"babel-cli": "6.x.x",
|
||||||
"babel-core": "6.x.x",
|
"babel-core": "6.x.x",
|
||||||
"babel-eslint": "7.1.0",
|
"babel-eslint": "7.1.0",
|
||||||
|
@ -11,6 +10,7 @@
|
||||||
"babel-preset-react": "6.x.x",
|
"babel-preset-react": "6.x.x",
|
||||||
"chalk": "1.x.x",
|
"chalk": "1.x.x",
|
||||||
"coffeelint-cjsx": "2.x.x",
|
"coffeelint-cjsx": "2.x.x",
|
||||||
|
"commander": "^2.9.0",
|
||||||
"electron-installer-dmg": "0.2.x",
|
"electron-installer-dmg": "0.2.x",
|
||||||
"electron-packager": "8.4.x",
|
"electron-packager": "8.4.x",
|
||||||
"eslint": "3.10.1",
|
"eslint": "3.10.1",
|
||||||
|
@ -34,6 +34,7 @@
|
||||||
"jasmine": "2.x.x",
|
"jasmine": "2.x.x",
|
||||||
"lerna": "emorikawa/lerna#v2.0.0-beta.38.forked",
|
"lerna": "emorikawa/lerna#v2.0.0-beta.38.forked",
|
||||||
"load-grunt-parent-tasks": "0.1.1",
|
"load-grunt-parent-tasks": "0.1.1",
|
||||||
|
"mkdirp": "^0.5.1",
|
||||||
"pm2": "2.4.0",
|
"pm2": "2.4.0",
|
||||||
"request": "2.x.x",
|
"request": "2.x.x",
|
||||||
"s3": "4.x.x",
|
"s3": "4.x.x",
|
||||||
|
@ -54,7 +55,8 @@
|
||||||
"stop": "npm run stop-cloud",
|
"stop": "npm run stop-cloud",
|
||||||
"stop-cloud": "pm2 stop all; pm2 delete all;",
|
"stop-cloud": "pm2 stop all; pm2 delete all;",
|
||||||
"build-cloud": "docker build .",
|
"build-cloud": "docker build .",
|
||||||
"postinstall": "babel-node scripts/postinstall.es6"
|
"postinstall": "babel-node scripts/postinstall.es6",
|
||||||
|
"daily": "babel-node scripts/daily.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue