Skip to content

Instantly share code, notes, and snippets.

@haidarafif0809
Created April 17, 2018 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haidarafif0809/5d7bb2b2908208696d672e9ed140cf8b to your computer and use it in GitHub Desktop.
Save haidarafif0809/5d7bb2b2908208696d672e9ed140cf8b to your computer and use it in GitHub Desktop.
Package.json travis
{
"name": "travis-ci",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --exit"
},
"dependencies": {
"body-parser": "~1.18.2",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"jade": "~1.11.0",
"mocha": "^5.1.0",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment