forked from SmartRSS/Smart-RSS
-
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) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 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
{
"name": "smartrss",
"version": "2.0.0",
"description": "RSS Reader",
"homepage": "https://github.com/zakius/Smart-RSS",
"dependencies": {},
"devDependencies": {
"adm-zip": "^0.4.14",
"grunt": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"md5-file": "^4.0.0",
"semver": "^6.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/zakius/Smart-RSS.git"
},
"author": "zakius",
"license": "MIT",
"bugs": {
"url": "https://github.com/zakius/Smart-RSS/issues"
},
"engine": "node >= 0.10.0"
}