{ "name": "regexp-clone", "version": "0.0.1", "description": "Clone RegExps with options", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/aheckmann/regexp-clone.git" }, "keywords": [ "RegExp", "clone" ], "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>", "license": "MIT", "devDependencies": { "mocha": "1.8.1" } }