-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 894 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 894 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
37
38
{
"name": "ournet-feeds-reader",
"version": "0.1.0",
"description": "Ournet news feeds reader app",
"scripts": {
"start": "node ./lib/app.js",
"test": "NODE_ENV=test mocha"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ournet/ournet-feeds-reader.git"
},
"keywords": [
"ournet",
"feeds-reader",
"app"
],
"author": "Dumitru Cantea",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ournet/ournet-feeds-reader/issues"
},
"homepage": "https://github.com/Ournet/ournet-feeds-reader#readme",
"dependencies": {
"bluebird": "^3.4.7",
"debug": "^2.5.2",
"dotenv": "^2.0.0",
"lodash": "^4.17.3",
"ournet-feed-reader": "^0.2.4",
"ournet.data.news": "^0.3.6",
"ournet.logger": "^0.1.0",
"ournet.utils": "^0.1.1",
"social-counts": "^0.1.2"
}
}