-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 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
{
"name": "smartrss",
"version": "2.0.0",
"description": "RSS Reader for Opera 15+",
"homepage": "http://blog.martinkadlec.eu/post/501-smart-rss-final-v10",
"dependencies": {},
"devDependencies": {
"grunt": ">=0.4.1",
"grunt-contrib-jshint": ">=0.6.4",
"grunt-contrib-requirejs": ">=0.4.1",
"grunt-contrib-stylus": ">=0.8.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-contrib-yuidoc": "~0.5.0",
"ncp": "~0.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/BS-Harou/Smart-RSS.git"
},
"author": "Martin Kadlec",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/BS-Harou/Smart-RSS/issues"
},
"engine": "node >= 0.10.0"
}