linear-feet
Version:
A simple package for calculating linear feet
25 lines (24 loc) • 596 B
JSON
{
"name": "linear-feet",
"version": "1.0.6",
"description": "A simple package for calculating linear feet",
"main": "./dist/index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Pharylon/LinearFeet.git"
},
"keywords": [
"linear-feet",
"shipping"
],
"author": "Zachary Shuford",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pharylon/LinearFeet/issues"
},
"homepage": "https://github.com/Pharylon/LinearFeet#readme",
"files": ["dist/**/*", "src/**/*"]
}