-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tweet-patch",
"version": "2.0.5",
"description": "Convert plain-text back into twitter-ready markup.",
"main": "index.js",
"dependencies": {
"escape-string-regexp": "^1.0.5",
"get-urls": "^5.0.0",
"get-user-mentions": "^1.0.1",
"obj-to-property-string": "^1.0.2",
"object-assign": "^4.1.0",
"taghash": "^1.2.2"
},
"devDependencies": {
"mocha": "^2.2.5",
"xo": "^0.16.0"
},
"scripts": {
"test": "xo && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radiovisual/tweet-patch.git"
},
"keywords": [
"twitter",
"tweet",
"tweets",
"plain-text",
"HTML",
"JSON",
"tweet-patch"
],
"author": "Michael Wuergler <[email protected]> (http://numetriclabs.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/radiovisual/tweet-patch/issues"
},
"homepage": "https://github.com/radiovisual/tweet-patch#readme",
"xo": {
"ignores": [
"test.js",
"run.js"
]
}
}