-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 754 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name" : "kyatchi",
"version" : "0.0.4",
"description" : "Catch the Mail!",
"keywords" : ["smtp", "email", "mail", "development"],
"homepage" : "https://github.com/hamin/kyatchi",
"author" : "Haris Amin <aminharis7@gmail.com> (http://github.com/hamin)",
"directories" : {"lib" : "./lib"},
"scripts" : { "start" : "coffee app.coffee" },
"repository" : {"type" : "git", "url": "https://github.com/hamin/kyatchi.git"},
"dependencies" : {
"coffee-script": ">=1.1.1",
"express": ">= 2.3.10",
"jade": ">= 0.12.0",
"faye": ">=0.6",
"smtp": ">= 0.1.4",
"growl": ">=1.1.0",
"libnotify": ">=1.0.2",
"optimist": ">=0.3.4"
},
"engines" : {"node" : ">= 0.4.7"}
}