UNPKG

poketh

Version:
39 lines (38 loc) 891 B
{ "name": "poketh", "main": "index.js", "version": "0.6.11", "engines": { "node": ">= 0.10.0" }, "dependencies": { "utils-type": "*" }, "author": "Javier Carrillo", "description": "string/array poking for pet params", "repository": "stringparser/node-poketh", "homepage": "https://github.com/stringparser/node-poketh", "bugs": { "url": "https://github.com/stringparser/node-poketh/issues" }, "scripts": { "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules", "test": "npm run-script lint && mocha --reporter spec test/_main.js" }, "devDependencies": { "mocha": "*", "should": "*", "jshint-stylish": "*", "jshint": "*" }, "keywords": [ "utils", "poke", "token", "tokenize", "string", "array", "params", "args", "argv" ], "license": "MIT" }