forked from customerio/customerio-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 950 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
{
"name": "customerio-node",
"description": "A node client for the Customer.io event API. http://customer.io",
"version": "1.0.1",
"author": "Customer.io (https://customer.io)",
"contributors": [
"Alvin Crespo (https://github.com/alvincrespo)",
"Jeff Escalante (https://github.com/jescalan)",
"Artem Ivanov (https://github.com/ivanovart)",
"Nuno Sousa (https://github.com/nunofgs)"
],
"ava": {
"verbose": true
},
"bugs": "https://github.com/customerio/customerio-node/issues",
"dependencies": {
"axios": "^0.21.1",
"js-base64": "^3.6.0"
},
"devDependencies": {
"ava": "^3.13.0",
"nyc": "^11.4.1",
"prettier": "2.2.0",
"sinon": "^4.3.0"
},
"homepage": "https://github.com/customerio/customerio-node",
"keywords": [
"customerio",
"node"
],
"license": "MIT",
"main": "track",
"repository": "customerio/customerio-node",
"scripts": {
"test": "nyc ava"
}
}