forked from getdyspatch/dyspatch-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 700 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 700 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
{
"bugs": {
"email": "support@dyspatch.io",
"url": "https://github.com/getdyspatch/dyspatch-javascript"
},
"keywords": [
"dyspatch",
"email",
"template"
],
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^5.2.0",
"sinon": "1.17.3"
},
"dependencies": {
"superagent": "^3.8.3"
},
"browser": {
"fs": false
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"main": "src/index.js",
"license": "Apache-2.0",
"description": "Dyspatch API Client",
"version": "1.0.1",
"name": "dyspatch-client",
"repository": {
"type": "git",
"url": "https://github.com/getdyspatch/dyspatch-javascript"
}
}