Skip to content

Instantly share code, notes, and snippets.

@vinayb21
Created February 15, 2019 10:26
Show Gist options
  • Save vinayb21/2008c1c48ee6bcd19983b211d70899ac to your computer and use it in GitHub Desktop.
Save vinayb21/2008c1c48ee6bcd19983b211d70899ac to your computer and use it in GitHub Desktop.
{
"name": "sample",
"private": true,
"version": "0.0.0",
"description": "a sample application",
"keywords": [],
"dependencies": {
"babel-eslint": "^8.2.2",
"ejs": "2.3.4",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^16.1.0",
"include-all": "^1.0.0",
"rc": "1.0.1",
"sails": "~0.12.14",
"sails-disk": "~0.10.9",
"xml-js": "^1.6.2"
},
"scripts": {
"debug": "node debug app.js",
"start": "node node_modules/sails/bin/sails.js lift --port 8000",
"pretest": "eslint ./test -o eslint.xml -f junit;exit 0;",
"test": "rm -rf ./unit.xml && CI=true; node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/**/*.test.js --reporter mocha-junit-reporter",
"posttest": "istanbul cover --report clover _mocha test"
},
"author": "anasuya",
"license": "",
"devDependencies": {
"assert": "^1.4.1",
"barrels": "^1.6.5",
"chai": "^4.1.2",
"eslint-detailed-reporter": "^0.7.3",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"grunt": "^1.0.2",
"grunt-mocha-istanbul": "^5.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"mocha-junit-reporter": "^1.17.0",
"nyc": "^11.6.0",
"sails-memory": "^0.10.7",
"should": "^13.2.1",
"sinon": "^4.4.3",
"supertest": "^3.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment