-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
{
"name": "portermail",
"version": "1.0.0",
"description": "An email front end web client built using PorterJS",
"main": "index.js",
"dependencies": {
"grunt": "^1.0.1",
"nunjucks": "^3.0.0"
},
"devDependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"jshint-stylish": "^2.2.1",
"matchdep": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ahopkins/portermail.git"
},
"readme": "README.rst",
"keywords": [
"email-client",
"javascript",
"porterjs"
],
"author": "Adam Hopkins <adam@optymizer.com> (https://optymizer.com/company/team/adam/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ahopkins/portermail/issues"
},
"homepage": "https://github.com/ahopkins/portermail#readme"
}