{ "name":"BetterRegExp", "description":"Utility wrapper over RegExp", "version":"0.0.2", "homepage":"http://github.com/wearefractal/BetterRegExp", "repository":"git://github.com/wearefractal/BetterRegExp.git", "author":"Fractal (http://wearefractal.com/)", "main":"./index.js", "dependencies":{ "coffee-script":"*" }, "devDependencies":{ "mocha":"*", "should":"*" }, "scripts":{ "test":"mocha --compilers coffee:coffee-script" }, "engines":{ "node":">= 0.4.0" }, "licenses":[ { "type":"MIT", "url":"http://github.com/wearefractal/BetterRegExp/raw/master/LICENSE" } ] }