-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
58 lines (58 loc) · 1.42 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@pofallon/twine",
"version": "1.0.7",
"description": "A command line Twitter client",
"bin": {
"twine": "./bin/twine.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "nyc mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pofallon/twine.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pofallon/twine/issues"
},
"homepage": "https://github.com/pofallon/twine#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"fs-extra": "^5.0.0",
"mocha": "^4.0.1",
"nyc": "^12.0.2",
"sinon": "^4.1.3",
"stream-mock": "^1.1.0"
},
"dependencies": {
"JSONStream": "^1.3.2",
"axios": "^0.17.1",
"chalk": "^2.3.2",
"commander": "^2.14.1",
"configstore": "^3.1.1",
"from2-array": "0.0.4",
"inquirer": "^4.0.1",
"keytar": "^4.2.1",
"oauth-1.0a": "^2.2.4",
"opn": "^5.2.0",
"parallel-transform": "^1.1.0",
"promise-streams": "^2.1.1",
"split2": "^2.2.0",
"through2": "^2.0.3",
"update-notifier": "^2.5.0"
}
}