-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "bfmb-twitter-connector",
"version": "0.0.0",
"description": "Twitter connector for BFMBFramework",
"main": "./dist/connector.js",
"scripts": {
"test": "node ./dist/test.js",
"clean": "rm -rf ./dist",
"build": "gulp",
"rebuild": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BFMBFramework/TwitterConnector.git"
},
"keywords": [
"comcenter",
"connector",
"twitter"
],
"author": "Ángel González",
"license": "MIT",
"bugs": {
"url": "https://github.com/BFMBFramework/TwitterConnector/issues"
},
"homepage": "https://github.com/BFMBFramework/TwitterConnector#readme",
"dependencies": {
"bfmb-base-connector": "~0.2.0",
"twit": "^2.2.11"
},
"peerDependencies": {
"bfmb-comcenter": "~0.2.0"
},
"devDependencies": {
"@types/request": "^2.47.0",
"@types/twit": "^2.2.15",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.4",
"typescript": "^2.7.1"
}
}