UNPKG

is-not-thirteen

Version:

Checks for input that is not thirteen. Favors 12 over all.

22 lines (21 loc) 445 B
{ "name": "is-not-thirteen", "version": "0.0.1", "description": "Checks for input that is not thirteen. Favors 12 over all.", "main": "index.js", "repository": "https://github.com/haggy/is-not-thirteen", "scripts": { "test": "mocha test" }, "keywords": [ "is-not-thirteen" ], "author": "haggy", "license": "MIT", "dependencies": { "is-thirteen": "2.0.0" }, "devDependencies": { "mocha": "2.4.5" } }