super-regexp
Version:
Javascript Regular Expressions with Super Powers
41 lines (40 loc) • 912 B
JSON
{
"name": "super-regexp",
"version": "0.0.3",
"description": "Javascript Regular Expressions with Super Powers",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"homepage": "https://github.com/franleplant/SuperRegularExpression",
"bugs": "https://github.com/franleplant/SuperRegularExpression/issues",
"repository": {
"type": "git",
"url": "https://github.com/franleplant/SuperRegularExpression.git"
},
"keywords": [
"RegExp",
"regular",
"expression",
"comments",
"super"
],
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"author": "franleplant@gmail.com",
"license": "MIT",
"devDependencies": {
"tape": "^2.12.3"
}
}