UNPKG

projection

Version:

Fast acquisition of movie showtimes around the globe

40 lines (39 loc) 892 B
{ "name": "projection", "version": "1.1.0", "description": "Fast acquisition of movie showtimes around the globe", "main": "index.js", "scripts": { "test": "mocha ./test/*.js", "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*.js" }, "repository": { "type": "git", "url": "https://github.com/anault/projection.git" }, "keywords": [ "projection", "cinema", "showtimes", "movie", "api", "scraper" ], "author": "anault", "dependencies": { "cheerio": "0.19.0", "iconv-lite": "^0.4.9", "request": "2.55.0" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.14", "mocha": "2.2.5", "sinon": "^1.14.1" }, "license": "MIT", "bugs": { "url": "https://github.com/anault/projection/issues" }, "homepage": "https://github.com/anault/projection" }