UNPKG

defo

Version:

A method_missing(or Hash.new) lib for JavaScript

29 lines (28 loc) 585 B
{ "name": "defo", "version": "2.1.3", "description": "A method_missing(or Hash.new) lib for JavaScript", "main": "defo.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": "https://github.com/alsotang/defo", "keywords": [ "method_missing", "default-value" ], "author": "Alsotang <alsotang@gmail.com>", "license": "MIT", "devDependencies": { "mocha": "~1.12.1", "chai": "~1.7.2", "blanket": "~1.1.5" }, "engines": { "node": "*" }, "scripts": { "blanket": { "pattern": ["defo.js"]} } }