Skip to content

Instantly share code, notes, and snippets.

@igiagante-zz
Created March 31, 2017 15:17
Show Gist options
  • Save igiagante-zz/cdb7a5fba369d78e28926bbd8ec9a943 to your computer and use it in GitHub Desktop.
Save igiagante-zz/cdb7a5fba369d78e28926bbd8ec9a943 to your computer and use it in GitHub Desktop.
{
"name": "feedback-mobile_api",
"version": "0.0.1",
"description": "Feedback mobile API",
"repository": "https://github.com/mercadolibre/feedback-mobile_api.git",
"main": "feedback-mobile_api.js",
"scripts": {
"start": "export NODE_ENV=development; export NODE_ICU_DATA=node_modules/full-icu; ./node_modules/mobile-adk/bin/start.js feedback-mobile_api.js | ./node_modules/bunyan/bin/bunyan -o short",
"cluster": " export NODE_ICU_DATA=node_modules/full-icu; ./node_modules/mobile-adk/bin/start_cluster.js feedback-mobile_api.js",
"debug": "export NODE_ENV=development; export NODE_ICU_DATA=node_modules/full-icu; node --inspect --debug-brk ./node_modules/mobile-adk/bin/start.js feedback-mobile_api.js",
"test": "export NODE_ENV=test; export NODE_ICU_DATA=node_modules/full-icu; node_modules/mocha/bin/mocha --check-leaks --recursive test",
"coverage": "export NODE_ENV=test; export NODE_ICU_DATA=node_modules/full-icu; ./node_modules/istanbul/lib/cli.js --include-all-sources cover -x 'benchmarks/*' -x 'config/*' node_modules/mocha/bin/_mocha -- --check-leaks --recursive test",
"report": "export NODE_ENV=test && export NODE_ICU_DATA=node_modules/full-icu && npm run coverage && ./node_modules/istanbul/lib/cli.js report; open ./coverage/lcov-report/index.html",
"crowdin-download": "./node_modules/node-crowdin/bin/cli.js download",
"crowdin-upload": "./node_modules/node-crowdin/bin/cli.js upload --merge",
"crowdin-refresh": "./node_modules/node-crowdin/bin/cli.js generate"
},
"author": "Feedback Mobile Team",
"dependencies": {
"async": "1.4.0",
"lodash": "4.17.2",
"moment": "2.10.6",
"joi": "10.3.1",
"express-validation": "1.0.2",
"sites": "2.3.x",
"str-template": "0.0.4",
"node-translator": "0.1.0",
"mobile-adk": "1.7.0-beta",
"mobile-api_config": "2.0.1"
},
"devDependencies": {
"istanbul": "0.4.2",
"js-beautify": "1.6.4",
"jshint": "2.9.3",
"mocha": "2.4.5",
"node-crowdin": "0.1.0",
"refactor": "0.0.3",
"rewire": "2.5.1",
"shmock": "0.7.2-mobile",
"should": "5.2.0",
"sinon": "1.14.1",
"supertest": "0.13.0",
"timemachine": "0.2.7-meli"
},
"readme": "See README.md"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment