We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63db07 commit fb6d6aaCopy full SHA for fb6d6aa
1 file changed
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "php-feed-parser",
3
+ "version": "1.0.0",
4
+ "description": "A fully integrated atom, rss and rdf syndication feed parser for php",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/harrison-ifeanyichukwu/php-feed-parser.git"
12
13
+ "author": "Harrison Ifeanyichukwu <Harrisonifeanyichukwu@gmail.com> (http://fjsfoundations.com/)",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/harrison-ifeanyichukwu/php-feed-parser/issues"
17
18
+ "homepage": "https://github.com/harrison-ifeanyichukwu/php-feed-parser#readme"
19
+}
0 commit comments