caseless-proxy
Version:
Create ES6 proxy object with case-insensitive properties
38 lines (37 loc) • 872 B
JSON
{
"name": "caseless-proxy",
"version": "0.1.0",
"description": "Create ES6 proxy object with case-insensitive properties",
"main": "lib",
"scripts": {
"lint": "semistandard --verbose | snazzy",
"mocha": "mocha test",
"watch:mocha": "mocha -w test",
"test": "npm run lint && nyc npm run mocha"
},
"repository": {
"type": "git",
"url": "https://janpot@github.com/Janpot/caseless-proxy.git"
},
"keywords": [
"caseless",
"proxy",
"caseinsensitive"
],
"author": "Jan Potoms",
"license": "MIT",
"bugs": {
"url": "https://github.com/Janpot/caseless-proxy/issues"
},
"engines" : {
"node": ">=6"
},
"homepage": "https://github.com/Janpot/caseless-proxy",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"nyc": "^8.1.0",
"semistandard": "^8.0.0",
"snazzy": "^4.0.1"
}
}