Skip to content

Commit

Permalink
(feat) package.json created and test script written
Browse files Browse the repository at this point in the history
  • Loading branch information
danmolitor committed Dec 19, 2016
0 parents commit e46d51b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "testing-suite-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon --exec './node_modules/.bin/mocha --reporter spec --no-timeouts'"
},
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^3.2.0",
"mongoose": "^4.7.2",
"nodemon": "^1.11.0"
}
}

0 comments on commit e46d51b

Please sign in to comment.