forked from dylang/node-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
{
"name": "atom",
"version": "0.0.1",
"description": "ATOM feed generator. A really simple API to add an ATOM feed to any project.",
"homepage": "http://github.com/dylang/node-atom",
"author": "Dylan Greene <dylang@gmail.com>",
"contributors": [
"Dylan Greene <dylang@gmail.com>"
],
"repository":
{
"type": "git",
"url": "http://github.com/dylang/node-atom"
},
"bugs":
{
"mail": "dylang@gmail.com",
"web": "http://github.com/dylang/node-atom/issues"
},
"dependencies":
{
"xml": ">= 0.0.4",
"logging": ">= 2.0.0"
},
"main": "index.js",
"engines": { "node": ">=0.4.0" },
"licenses" :
[
{ "type" : "MIT", "url" : "http://github.com/dylang/node-atom/raw/master/LICENSE" }
]
}