@nathanfaucett/clamp
Version:
clamp for the browser and node.js
32 lines (31 loc) • 782 B
JSON
{
"name": "@nathanfaucett/clamp",
"version": "0.0.1",
"description": "clamp for the browser and node.js",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/clamp.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run test-node",
"test-node": "node ./test | ./node_modules/.bin/tap-spec",
"test-node-raw": "node ./test",
"test-browser-local": "zuul --local 9999 --ui tape -- ./test"
},
"keywords": [
"clamp",
"clamp.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"zuul": "^3.0.0"
}
}