UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@reactive/fido",
3 "version": "1.2.0",
4 "description": "Search iTunes for reviews for one or more podcasts",
5 "main": "lib/index.js",
6 "scripts": {
7 "tap": "tap test/*.js",
8 "test": "npm-run-all transpile tap",
9 "lint": "eslint src",
10 "run-cli": "node lib/bin/cli.js",
11 "fido": "npm-run-all transpile run-cli",
12 "babel": "babel src --out-dir lib",
13 "transpile": "npm-run-all clean babel",
14 "clean": "trash lib",
15 "watch": "chokidar 'src/**/*.js' -c 'npm run babel'",
16 "prepublish": "npm run transpile"
17 },
18 "author": "Henning Glatter-Gotz",
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:reactivepod/fido.git"
22 },
23 "preferGlobal": true,
24 "bin": {
25 "fido": "./lib/bin/cli.js"
26 },
27 "license": "MIT",
28 "dependencies": {
29 "async": "^1.4.2",
30 "chalk": "^1.1.1",
31 "chrono-node": "^1.0.8",
32 "dateformat": "^1.0.11",
33 "lodash.isarray": "^3.0.4",
34 "request": "^2.61.0",
35 "xml2js": "^0.4.15",
36 "yam": "0.0.18",
37 "yargs": "^3.25.0"
38 },
39 "devDependencies": {
40 "babel-cli": "^6.0.15",
41 "babel-eslint": "^4.1.1",
42 "babel-preset-es2015": "^6.0.12",
43 "chokidar-cli": "^1.1.1",
44 "eslint": "^1.8.0",
45 "eslint-config-airbnb": "0.1.0",
46 "npm-run-all": "^1.2.12",
47 "tap": "^2.2.0",
48 "trash-cli": "^1.1.0",
49 "user-home": "^2.0.0"
50 },
51 "engines": {
52 "node": ">=4.1.2"
53 }
54}