focal-length
Version:
Focal length calculator for various crop factors.
28 lines (27 loc) • 602 B
JSON
{
"name": "focal-length",
"version": "1.0.2",
"description": "Focal length calculator for various crop factors.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deliastephens/focal-length.git"
},
"keywords": [
"focal",
"length",
"camera"
],
"author": "Delia Stephens",
"license": "MIT",
"bugs": {
"url": "https://github.com/deliastephens/focal-length/issues"
},
"homepage": "https://github.com/deliastephens/focal-length#readme",
"dependencies": {
"jest": "^20.0.4"
}
}