Files
tekelanew_acs/acs/nladmin-ui/node_modules/clamp/package.json

32 lines
618 B
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{
"name": "clamp",
"description": "Clamp a value between two other values",
"version": "1.0.1",
"main": "index.js",
"browser": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.0.0"
},
"scripts": {
"test": "node test"
},
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://github.com/hughsk)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/clamp"
},
"bugs": {
"url": "https://github.com/hughsk/clamp/issues"
},
"keywords": [
"clamp",
"math",
"greater",
"less",
"than",
"between"
]
}