diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..304418c --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "simple_http_with_persistence", + "version": "1.0.0", + "description": "##To Submit this Assignment * fork this repository * write all of your code in a folder containing your name * push to your repository * submit a pull request to this repository * submit a link to your PR in canvas", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rubens23/simple_http_with_persistence.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/rubens23/simple_http_with_persistence/issues" + }, + "homepage": "https://github.com/rubens23/simple_http_with_persistence#readme", + "devDependencies": { + "chai": "^3.5.0", + "chai-http": "^2.0.1", + "gulp-eslint": "^2.0.0", + "gulp-mocha": "^2.2.0" + } +} diff --git a/ruben/package.json b/ruben/package.json index 29be771..cf2e8ea 100644 --- a/ruben/package.json +++ b/ruben/package.json @@ -14,8 +14,10 @@ "author": "", "license": "ISC", "devDependencies": { - "chai": "^3.5.0", - "gulp": "^3.9.1", - "gulp-eslint": "^2.0.0", - "mocha": "^2.4.5" + "chai": "^3.5.0", + "chai-http": "^2.0.1", + "gulp": "^3.9.1", + "gulp-eslint": "^2.0.0", + "gulp-mocha": "^2.2.0" + } }