-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "twitter-screen-name",
"version": "1.0.0",
"description": "Extract a twitter screen name from a twitter URL or `@username` string. Return `null` if not valid.",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"twitter",
"screen",
"name",
"handle"
],
"author": "Alan Shaw",
"license": "ISC",
"devDependencies": {
"standard": "^6.0.7",
"tape": "^4.4.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tableflip/twitter-screen-name.git"
},
"bugs": {
"url": "https://github.com/tableflip/twitter-screen-name/issues"
},
"homepage": "https://github.com/tableflip/twitter-screen-name#readme"
}