-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 796 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 796 Bytes
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
{
"name": "unlaunch-node-sdk",
"version": "0.0.8",
"description": "Unlaunch Server-Side SDK for Node.js",
"main": "src/client/ulFactory.js",
"scripts": {
"test": "mocha"
},
"author": "Mahrukh Izhar",
"license": "ISC",
"dependencies": {
"abort-controller": "^3.0.0",
"async-lock": "^1.2.8",
"murmurhash3": "^0.5.0",
"node-fetch": "^2.6.1",
"object-assign": "^4.1.1",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/unlaunch/nodejs-sdk.git"
},
"keywords": [
"unlaunch",
"node"
],
"bugs": {
"url": "https://github.com/unlaunch/nodejs-sdk.git/issues"
},
"homepage": "https://github.com/unlaunch/nodejs-sdk.git"
}