guessit-wrapper
Version:
Wrapper for the http://guessit.io api
31 lines (30 loc) • 658 B
JSON
{
"name": "guessit-wrapper",
"version": "1.0.1",
"description": "Wrapper for the http://guessit.io api",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pockata/guessit-wrapper.git"
},
"keywords": [
"guess",
"movie",
"filename",
"guessit",
"guessit.io",
"torrent"
],
"author": "Rosen Stoyanov <me@pockata.org> (http://pockata.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pockata/guessit-wrapper/issues"
},
"homepage": "https://github.com/pockata/guessit-wrapper",
"dependencies": {
"q": "^1.0.1"
}
}