Files
flixinfo/package.json
2020-04-26 13:26:14 +03:00

40 lines
812 B
JSON

{
"name": "flixinfo",
"version": "1.2.3",
"description": "Get movie detail with netflix id",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "mocha --exit --timeout 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbilketay/flixinfo.git"
},
"keywords": [
"netflix",
"movieinfo",
"movie",
"tvseries"
],
"author": "wisecolt",
"license": "ISC",
"bugs": {
"url": "https://github.com/sbilketay/flixinfo/issues"
},
"homepage": "https://github.com/sbilketay/flixinfo#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"nodemon": "^1.19.4",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nock": "^10.0.5"
}
}