{
    "name": "xregexp",
    "version": "3.0.0",
    "description": "Extended regular expressions",
    "homepage": "http://xregexp.com/",
    "author": "Steven Levithan <steves_list@hotmail.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/slevithan/xregexp.git"
    },
    "keywords": [
        "regex",
        "regexp"
    ],
    "main": "xregexp-all.js",
    "files": [
        "LICENSE",
        "xregexp-all.js"
    ],
    "scripts": {
        "build": "./tools/concatenate-source.sh"
    }
}
