forked from customerio/customerio-node
-
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) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 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": "customerio-node",
"description": "A node client for the Customer.io event API. http://customer.io",
"version": "0.7.0",
"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": {
"request": "^2.58.0"
},
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.4.1",
"sinon": "^4.3.0"
},
"homepage": "https://github.com/customerio/customerio-node",
"keywords": [
"customerio",
"node"
],
"license": "MIT",
"main": "lib",
"repository": "customerio/customerio-node",
"scripts": {
"test": "nyc ava"
}
}