-
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) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 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
{
"name": "node-ymlp",
"version": "1.0.0",
"description": "Node module to communicate with YourMailingListProvider (YMLP) API",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/nikkow/node-ymlp.git"
},
"keywords": [
"ymlp",
"mailing",
"list",
"newsletter"
],
"author": "Nicolas Nunge <http://www.nikkow.eu> (me@nikkow.eu)",
"license": "GNU",
"bugs": {
"url": "https://github.com/nikkow/node-ymlp/issues"
},
"homepage": "http://www.nikkow.eu/node-ymlp/",
"dependencies": {
"querystring": "^0.2.0",
"request": "^2.60.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"assert": "^1.3.0",
"should": "^7.0.2"
}
}