forked from SparkPost/node-sparkpost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
39
40
41
42
43
44
45
46
{
"name": "sparkpost",
"version": "1.1.0",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "./lib/sparkpost.js",
"scripts": {
"test": "grunt",
"ci": "grunt && grunt coveralls:grunt_coveralls_coverage"
},
"keywords": [
"email",
"messaging"
],
"repository": {
"type": "git",
"url": "https://github.com/SparkPost/node-sparkpost"
},
"author": "Message Systems, Inc.",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/SparkPost/node-sparkpost/issues"
},
"homepage": "https://github.com/SparkPost/node-sparkpost",
"devDependencies": {
"chai": "1.9.1",
"grunt": "0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-coveralls": "^1.0.0",
"grunt-shell": "1.1.1",
"istanbul": "0.3.2",
"jshint-stylish": "0.4.0",
"matchdep": "0.3.0",
"mocha": "1.21.4",
"nock": "^1.6.1",
"proxyquire": "1.0.1",
"sinon": "^1.14.1",
"sinon-chai": "2.5.0",
"time-grunt": "1.0.0",
"xunit-file": "0.0.5"
},
"dependencies": {
"lodash": "^3.9.3",
"request": "2.42.0"
}
}