twitter-regexps
Version:
Twitter official precompiled regexps
32 lines (31 loc) • 798 B
JSON
{
"name": "twitter-regexps",
"version": "1.3.4",
"description": "Twitter official precompiled regexps",
"main": "src/index.js",
"scripts": {
"generate": "node src/generate",
"doc": "node src/doc",
"preversion": "npm run generate && npm run doc",
"test": "mocha test/src/*"
},
"keywords": [
"twitter",
"text",
"regexp",
"precompiled"
],
"homepage": "https://github.com/silentroach/twitter-regexps",
"repository": {
"type": "git",
"url": "https://github.com/silentroach/twitter-regexps"
},
"author": "Igor Kalashnikov <igor.kalashnikov@me.com> (https://github.com/silentroach)",
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
"js-string-escape": "^1.0.0",
"mocha": "^3.4.2",
"twitter-text": "^1.14.7"
}
}