-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 887 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
29
30
31
32
33
34
35
36
{
"name": "greader",
"description": "An API Compatible Replacement for Google Reader",
"version": "0.0.1",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com",
"url": "http://badassjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/reader.git"
},
"bugs": "http://github.com/devongovett/reader/issues",
"dependencies": {
"mongoose": "3.6.x",
"express": "3.2.1",
"bcrypt": ">=0.7.5",
"validator": "0.4.x",
"qunit-cli": "*",
"request": "2.x",
"libxmljs": "0.7.x",
"bignum": "0.6.x",
"feedparser": "0.15.x",
"opmlparser": "0.5.x",
"kue": "0.6.x",
"rsvp": "1.x",
"nock": "0.16.x",
"redis": "0.8.x",
"pause": "*"
},
"scripts": {
"start": "node src/api.js",
"test": "node tests/api.js"
}
}