-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 982 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
{
"name": "organic-emailsender",
"version": "0.3.2",
"description": "A simple email sender",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node ./tests",
"release-patch": "npm run test && npm version patch && npm publish && git push --tags && git push origin master"
},
"author": "Boris Filipov",
"contributors": [
"Georgi Yonchev (https://github.com/multi)"
],
"license": "MIT",
"dependencies": {
"lodash": "3.10.1"
},
"devDependencies": {
"jasmine-node": "1.13.1",
"organic-plasma": "^1.0.0",
"organic-plasma-feedback": "^0.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/outbounder/organic-emailsender.git"
},
"bugs": {
"url": "https://github.com/outbounder/organic-emailsender/issues"
},
"homepage": "https://github.com/outbounder/organic-emailsender",
"directories": {
"test": "tests"
},
"keywords": [
"organic",
"email",
"sender"
]
}