UNPKG

979 BJSONView Raw
1{
2 "name": "@reactive/fido",
3 "version": "1.1.1",
4 "description": "Search iTunes for reviews for one or more podcasts",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js",
8 "lint": "eslint lib bin index.js",
9 "fido": "node bin/bootstrap.js"
10 },
11 "author": "Henning Glatter-Gotz",
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:reactivepod/fido.git"
15 },
16 "preferGlobal": true,
17 "bin": {
18 "fido": "./bin/bootstrap.js"
19 },
20 "license": "MIT",
21 "dependencies": {
22 "async": "^1.4.2",
23 "babel-core": "^6.0.14",
24 "babel-preset-es2015": "^6.0.12",
25 "chalk": "^1.1.1",
26 "chrono-node": "^1.0.8",
27 "dateformat": "^1.0.11",
28 "lodash.isarray": "^3.0.4",
29 "request": "^2.61.0",
30 "xml2js": "^0.4.15",
31 "yam": "0.0.18",
32 "yargs": "^3.25.0"
33 },
34 "devDependencies": {
35 "babel-eslint": "^4.1.1",
36 "eslint": "^1.8.0",
37 "eslint-config-airbnb": "0.1.0",
38 "tap": "^2.2.0",
39 "user-home": "^2.0.0"
40 }
41}