四好公路
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.
 
 
 
 

20 lines
537 B

{
"name": "xregexp",
"version": "2.0.0",
"homepage": "http://xregexp.com/",
"author": "Steven Levithan <steves_list@hotmail.com>",
"license": "MIT",
"repository" : {
"type": "git",
"url": "https://github.com/slevithan/XRegExp.git"
},
"description": "Extended JavaScript regular expressions",
"keywords": ["regex", "regexp"],
"main": "./xregexp-all.js",
"scripts": {
"test": "node tests/node-qunit.js"
},
"devDependencies": {
"qunit": ">= 0.2.x"
}
}