-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 927 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
{
"name": "tailf.io-sdk",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "exit 0",
"npm:upgrade": "npx npm-check-updates -iu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a7medkamel/tailf.io-sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/a7medkamel/tailf.io-sdk/issues"
},
"homepage": "https://github.com/a7medkamel/tailf.io-sdk#readme",
"dependencies": {
"async": "^2.6.0",
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"callback-timeout": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"through2": "^2.0.3",
"through2-sink": "^1.0.0",
"universal-url": "^1.0.0",
"url-join": "^2.0.2",
"winston": "^2.4.0"
},
"devDependencies": {
"lorem-ipsum": "^1.0.4"
}
}