-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 959 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 959 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "superfeedr-pshb",
"version": "0.0.0",
"description": "Use Superfeedr over PubSubHubbub",
"main": "lib/index.js",
"scripts": {
"install": "[ -f lib/index.js ] || gulp build",
"lint": "gulp lint",
"test": "gulp test",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git://github.com/superfeedr/superfeedr-pshb.git"
},
"keywords": [
"superfeedr",
"pshb",
"rss",
"atom"
],
"author": "Astro <astro@spaceboyz.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/superfeedr/superfeedr-pshb/issues"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-standardize": "^1.1.0",
"tap": "^2.3.3"
},
"dependencies": {
"request": "^2.67.0"
},
"standard": {
"parser": "babel-eslint"
}
}