-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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": "mastodon-api",
"version": "1.3.0",
"description": "Mastodon API library with streaming support",
"main": "./lib/mastodon",
"scripts": {
"start": "gulp",
"prepare": "gulp prepublish"
},
"homepage": "https://github.com/vanita5/mastodon-api",
"repository": {
"type": "git",
"url": "git+https://github.com/vanita5/mastodon-api.git"
},
"bugs": {
"url": "https://github.com/vanita5/mastodon-api/issues"
},
"author": {
"name": "vanita5",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"mastodon",
"streaming",
"api",
"library",
"client",
"rest"
],
"dependencies": {
"gulp-eslint": "^6.0.0",
"mime": "^2.4.4",
"oauth": "^0.9.15",
"readline": "^1.3.0",
"request": "^2.88.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.2.0"
},
"resolutions": {
"natives": "1.1.6"
}
}