2016-06-22 08:10:34 +08:00
{
2017-02-17 06:53:20 +08:00
"name" : "nylas-mail-all" ,
"version" : "0.0.1" ,
"description" : "All components required to run Nylas Mail" ,
2017-02-22 03:33:00 +08:00
"devDependencies" : {
2017-02-17 06:53:20 +08:00
"babel-cli" : "6.x.x" ,
"babel-core" : "6.x.x" ,
2017-01-28 18:23:03 +08:00
"babel-eslint" : "7.1.0" ,
2017-02-17 06:53:20 +08:00
"babel-preset-electron" : "1.4.15" ,
"babel-preset-react" : "6.x.x" ,
2017-02-18 02:47:01 +08:00
"chalk" : "1.x.x" ,
"coffeelint-cjsx" : "2.x.x" ,
2017-03-07 16:24:07 +08:00
"commander" : "^2.9.0" ,
2017-02-18 02:47:01 +08:00
"electron-installer-dmg" : "0.2.x" ,
"electron-packager" : "8.4.x" ,
2017-03-14 06:48:45 +08:00
"electron-winstaller" : "2.x.x" ,
2017-02-17 06:53:20 +08:00
"eslint" : "3.10.1" ,
2016-11-22 06:00:32 +08:00
"eslint-config-airbnb" : "13.0.0" ,
"eslint-plugin-import" : "2.2.0" ,
"eslint-plugin-jsx-a11y" : "2.2.3" ,
2017-02-17 06:53:20 +08:00
"eslint-plugin-react" : "6.7.1" ,
"eslint_d" : "4.2.0" ,
2017-02-22 03:33:00 +08:00
"fs-extra" : "2.x.x" ,
"fs-plus" : "2.x.x" ,
"glob" : "7.x.x" ,
2017-02-17 06:53:20 +08:00
"grunt" : "0.4.x" ,
"grunt-cli" : "0.1.x" ,
"grunt-coffeelint" : "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe" ,
"grunt-coffeelint-cjsx" : "0.1.x" ,
"grunt-contrib-coffee" : "0.12.x" ,
"grunt-contrib-csslint" : "0.5.x" ,
"grunt-contrib-less" : "0.8.x" ,
"grunt-lesslint" : "0.13.x" ,
2017-03-04 06:17:18 +08:00
"jasmine" : "2.x.x" ,
2017-03-07 04:35:56 +08:00
"lerna" : "emorikawa/lerna#v2.0.0-beta.38.forked" ,
2017-02-22 03:35:51 +08:00
"load-grunt-parent-tasks" : "0.1.1" ,
2017-03-07 16:24:07 +08:00
"mkdirp" : "^0.5.1" ,
2017-02-22 03:33:00 +08:00
"pm2" : "2.4.0" ,
"request" : "2.x.x" ,
2017-02-17 06:53:20 +08:00
"s3" : "4.x.x" ,
2017-02-22 03:33:00 +08:00
"temp" : "0.8.x" ,
"underscore" : "1.8.x"
2016-06-23 01:59:22 +08:00
} ,
"scripts" : {
2017-03-08 04:33:29 +08:00
"start" : "npm run client" ,
2017-03-01 07:49:52 +08:00
"test" : "npm run test-client && npm run test-cloud" ,
2017-03-08 03:54:30 +08:00
"client" : "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --dev" ,
2017-02-17 06:53:20 +08:00
"test-client" : "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --test" ,
"test-client-window" : "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --test=window" ,
"test-client-junit" : "" ,
2017-03-14 06:48:45 +08:00
"build-client" : "grunt build-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./" ,
"upload-client" : "grunt upload-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./" ,
2017-03-08 03:54:30 +08:00
"cloud" : "pm2 stop all; pm2 delete all; pm2 start packages/cloud-core/pm2-dev.yml --no-daemon" ,
"cloud-debug" : "pm2 stop all; pm2 delete all; pm2 start packages/cloud-core/pm2-debug-cloud-api.yml --no-daemon" ,
2017-03-01 07:49:52 +08:00
"test-cloud" : "cd packages/cloud-api && npm test && cd ../cloud-core && npm test && cd ../cloud-workers && npm test && cd ../isomorphic-core && npm test" ,
2017-02-18 02:47:01 +08:00
"stop" : "npm run stop-cloud" ,
"stop-cloud" : "pm2 stop all; pm2 delete all;" ,
2017-02-22 03:33:00 +08:00
"build-cloud" : "docker build ." ,
2017-03-07 16:24:07 +08:00
"postinstall" : "babel-node scripts/postinstall.es6" ,
"daily" : "babel-node scripts/daily.js"
2016-06-23 01:59:22 +08:00
} ,
2016-06-22 08:10:34 +08:00
"repository" : {
"type" : "git" ,
2017-02-17 06:53:20 +08:00
"url" : "git+https://github.com/nylas/nylas-mail-all.git"
2016-06-22 08:10:34 +08:00
} ,
2016-06-23 05:41:32 +08:00
"author" : "Nylas" ,
2016-11-22 10:18:09 +08:00
"license" : "proprietary" ,
2016-06-22 08:10:34 +08:00
"engines" : {
2016-11-22 10:18:09 +08:00
"node" : "6.9.1" ,
"npm" : "3.10.8"
2016-06-22 08:10:34 +08:00
}
}