forked from nufyoot/createsend-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 856 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
38
39
40
{
"author": "Terry Tice <[email protected]>",
"name": "createsend-node",
"description": "A node wrapper for the Campaign Monitor API.",
"version": "0.7.4",
"repository": {
"type": "git",
"url": "git://github.com/nufyoot/createsend-node.git"
},
"main": "./index",
"scripts": {
"test": "make test-coveralls"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"request": "2.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"codex": "*",
"coveralls": "*",
"jscoverage": "*",
"mocha-lcov-reporter": "*",
"express": "3.8.x",
"sleep": "*"
},
"bugs": {
"url": "https://github.com/nufyoot/createsend-node/issues"
},
"homepage": "https://github.com/nufyoot/createsend-node",
"directories": {
"test": "test"
},
"keywords": [
"campaign-monitor"
]
}