43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "seasoned-api",
 | 
						|
  "description": "Packages needed to build and commands to run seasoned api node server.",
 | 
						|
  "license": {
 | 
						|
    "type": "MIT",
 | 
						|
    "url": "https://www.opensource.org/licenses/mit-license.php"
 | 
						|
  },
 | 
						|
  "main": "webserver/server.js",
 | 
						|
  "scripts": {
 | 
						|
    "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js",
 | 
						|
    "test": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. mocha --recursive test",
 | 
						|
    "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. nyc mocha --recursive test && nyc report --reporter=text-lcov | coveralls",
 | 
						|
    "lint": "./node_modules/.bin/eslint src/"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "bcrypt-nodejs": "^0.0.3",
 | 
						|
    "body-parser": "~1.18.2",
 | 
						|
    "cross-env": "~5.1.4",
 | 
						|
    "express": "~4.16.0",
 | 
						|
    "jsonwebtoken": "^8.0.1",
 | 
						|
    "mongoose": "~5.0.11",
 | 
						|
    "moviedb": "^0.2.10",
 | 
						|
    "node-cache": "^4.1.1",
 | 
						|
    "python-shell": "^0.5.0",
 | 
						|
    "request": "^2.85.0",
 | 
						|
    "request-promise": "^4.2",
 | 
						|
    "sqlite3": "4.0.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "coveralls": "^3.0.0",
 | 
						|
    "eslint": "^4.9.0",
 | 
						|
    "eslint-config-airbnb-base": "^12.1.0",
 | 
						|
    "eslint-plugin-import": "^2.8.0",
 | 
						|
    "istanbul": "^0.4.5",
 | 
						|
    "mocha": "^5.0.4",
 | 
						|
    "mocha-lcov-reporter": "^1.3.0",
 | 
						|
    "nyc": "^11.6.0",
 | 
						|
    "raven": "^2.4.2",
 | 
						|
    "supertest": "^3.0.0",
 | 
						|
    "supertest-as-promised": "^4.0.1"
 | 
						|
  }
 | 
						|
}
 |