Some improvements, package.json added
[mailer.git] / DOCS / package.json
1 {
2   "name": "mailer",
3   "title": "Mailer Project",
4   "description": "A free paid mail service script with a wide range of extensions which enhance the main script.",
5   "version": "0.2.1-FINAL",
6   "homepage": "http://mxchange.org",
7   "author": {
8     "name": "en/AUTHORS.txt"
9   },
10   "repository": {
11     "type": "svn",
12     "url": "http://mxchange.org/repos/mailer/branches/0.2.1-FINAL/"
13   },
14   "bugs": {
15     "url": "http://bugs.mxchange.org/"
16   },
17   "licenses": [
18     {
19       "type": "GPL",
20       "url": "http://www.opensource.org/licenses/GPL-2.0"
21     }
22   ],
23   "dependencies": {},
24   "devDependencies": {
25     //"foo": "1.2.3"
26   },
27   "keywords": []
28 }