Move backend files to backend/ subdirectory
This commit is contained in:
50
backend/package.json
Normal file
50
backend/package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "looking-api",
|
||||
"version": "0.2.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google/maps": "^0.4.5",
|
||||
"body-parser": "~1.15.2",
|
||||
"crypto": "0.0.3",
|
||||
"debug": "~2.2.0",
|
||||
"express": "~4.14.0",
|
||||
"forever": "~3.0.0",
|
||||
"jsonwebtoken": "^7.3.0",
|
||||
"moment": "^2.17.1",
|
||||
"mongoose": "^4.7.4",
|
||||
"morgan": "~1.7.0",
|
||||
"multer": "^1.2.0",
|
||||
"nodemailer": "~4.0.1",
|
||||
"shortid": "~2.2.8",
|
||||
"vcard-js": "^1.2.2",
|
||||
"winston": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-mocha": "^3.0.1",
|
||||
"gulp-nodemon": "^2.2.1",
|
||||
"nodemon": "^1.11.0",
|
||||
"request": "^2.79.0"
|
||||
},
|
||||
"description": "Looking App API",
|
||||
"main": "app.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.mifi.dev:12022/mifi/Pfosi-Looking-API.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Timberland",
|
||||
"TBL",
|
||||
"GCS",
|
||||
"database"
|
||||
],
|
||||
"author": "Mike Fitzpatrick (badmf@mifi.dev)",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user