-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 925 Bytes
/
package.json
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
{
"name": "php-feed-parser",
"version": "0.0.0-development",
"description": "A fully integrated atom, rss and rdf syndication feed parser for php",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/teclone/php-feed-parser.git"
},
"author": "Harrison Ifeanyichukwu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teclone/php-feed-parser/issues"
},
"homepage": "https://github.com/teclone/php-feed-parser#readme",
"devDependencies": {
"commitizen": "4.0.3",
"cz-conventional-changelog": "2.1.0",
"semantic-release": "^17.0.4",
"semantic-release-cli": "5.2.3"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}