-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 851 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
32
33
34
35
36
37
{
"name": "metalsmith-feedparser",
"version": "0.0.2",
"description": "Metalsmith FeedParser Plugin",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --no-timeouts && semistandard index.js test/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/RobLoach/metalsmith-feedparser"
},
"keywords": [
"metalsmith",
"feedparser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RobLoach/metalsmith-feedparser/issues"
},
"homepage": "https://github.com/RobLoach/metalsmith-feedparser",
"dependencies": {
"async": "^1.3.0",
"clone": "^1.0.2",
"extend": "^3.0.0",
"feedparser": "^1.1.3",
"minimatch": "^3.0.0",
"request": "^2.65.0"
},
"devDependencies": {
"metalsmith": "^2.1.0",
"mocha": "^2.3.3",
"semistandard": "^7.0.2"
}
}