forked from feedhenry/fh-fhc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 832 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" : "fh-fhc",
"description" : "A Command Line Interface for FeedHenry",
"keywords" : [ "cli", "feedhenry" ],
"version": "0.7.7-BUILD-NUMBER",
"preferGlobal" : true,
"homepage" : "http://git.io/fh-fhc",
"author" : "Damian Beresford <damian.beresford@feedhenry.com>",
"directories" : {
"doc" : "./doc",
"man" : "./man1",
"lib" : "./lib",
"bin" : "./bin"
},
"main" : "./fh-fhc.js",
"bin" : {
"fhc": "./bin/fhc.js"
},
"dependencies" :{
"semver" : "1",
"abbrev" : "1",
"nopt" : "1",
"async" : "*",
"request" : "*",
"vmcjs" : "*",
"cli-table" : "https://github.com/LearnBoost/cli-table/tarball/master"
},
"devDependencies" : {
"ronn" : ""
},
"engines" : {
"node" : ">=0.4"
},
"scripts" : {
"test" : "expresso -I lib"
}
}