movie-src
Version:
movie detail sourcing
24 lines (23 loc) • 542 B
JSON
{
"name": "movie-src",
"version": "0.0.1",
"description": "movie detail sourcing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chulander/movie-src.git"
},
"keywords": [
"movies",
"omdbapi"
],
"author": "chulander (bryan.chu.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chulander/movie-src/issues"
},
"homepage": "https://github.com/chulander/movie-src#readme"
}