forked from superfeedr/superfeedr-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"author": "Julien Genestoux <julien@superfeedr.com> (http://ouvre-boite.com)",
"name": "superfeedr",
"main": "./lib/superfeedr.js",
"description": "A package to interact with Superfeedr's API and get pushed RSS/atom content",
"version": "0.2.0",
"homepage": "http://superfeedr.com/documentation#xmpp_pubsub",
"repository": {
"type": "git",
"url": "git://github.com/superfeedr/superfeedr-node.git"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"ltx": "^0.9.0",
"node-xmpp-client": "^2.1.0",
"node-xmpp-core": "^4.2.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"request": "*",
"underscore": "*"
},
"scripts": {
"test": "export NODE_ENV=test; mocha "
}
}