You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
561 B

2 years ago
{
"name": "xregexp",
"version": "3.1.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": "./src/index.js",
"files": [
"src"
],
"scripts": {
"build": "browserify src/index.js --standalone XRegExp > xregexp-all.js"
},
"devDependencies": {
"browserify": "^12.0.1"
}
}