Skip to content

Commit fb6d6aa

Browse files
author
Harrison Ifeanyichukwu
committed
chore: initialize npm modules
1 parent a63db07 commit fb6d6aa

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)