forked from feedhenry/fh-fhc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "fh-fhc",
"description": "A Command Line Interface for FeedHenry",
"version": "1.1.4-BUILD-NUMBER",
"keywords": [
"feedhenry"
],
"preferGlobal": true,
"homepage": "http://git.io/fh-fhc",
"author": "FeedHenry<[email protected]>",
"directories": {
"doc": "./doc",
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib/fhc.js",
"bin": {
"fhc": "./bin/fhc.js"
},
"dependencies": {
"async": "0.2.6",
"cheerio": "0.10.8",
"cli-table": "0.0.2",
"cli-tree": "0.0.1",
"colors": "0.6.2",
"findit": "2.0.0",
"fstream": "0.1.22",
"mime": "1.2.9",
"moment": "2.0.0",
"nopt": "1.0.0",
"open": "0.0.5",
"request": "2.11.4",
"semver": "4.3.6",
"tabtab": "0.0.2",
"underscore": "1.5.2",
"underscore-deep-extend": "0.0.5",
"unzip": "0.1.7",
"yargs": "2.1.1"
},
"devDependencies": {
"proxyquire": "0.4.1",
"turbo-test-runner": "0.3.3",
"grunt-concurrent": "1.0.0",
"grunt-shell": "0.6.4",
"istanbul": "0.2.7",
"load-grunt-tasks": "0.4.0",
"time-grunt": "0.3.1",
"grunt-open": "0.2.3",
"grunt-plato": "1.0.0",
"grunt-contrib-jshint": "0.10.0",
"fs-extra": "0.12.0",
"nock": "0.48.1"
},
"engines": {
"node": ">=0.4"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT"
}