forked from feedhenry/fh-fhc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.76 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "fh-fhc",
"description": "A Command Line Interface for FeedHenry",
"version": "4.2.1-BUILD-NUMBER",
"_minPlatformVersion": "3.11.0",
"keywords": [
"feedhenry"
],
"preferGlobal": true,
"homepage": "https://github.com/feedhenry/fh-fhc",
"repository": {
"type": "git",
"url": "git+https://github.com/feedhenry/fh-fhc.git"
},
"author": "FeedHenry<npm@feedhenry.com>",
"bugs": {
"url": "https://issues.jboss.org/projects/FH/issues"
},
"directories": {
"lib": "./lib",
"bin": "./bin",
"test": "./test"
},
"main": "./lib/fhc.js",
"bin": {
"fhc": "./bin/fhc.js"
},
"publishConfig": {
"tag": "latest"
},
"dependencies": {
"async": "0.2.9",
"cli-table": "0.3.1",
"findit": "2.0.0",
"moment": "2.18.1",
"node-gettext": "1.1.0",
"nopt": "4.0.1",
"once": "^1.3.2",
"os-locale": "2.1.0",
"progress": "^1.1.8",
"qrcode-terminal": "^0.11.0",
"request": "2.82.0",
"semver": "5.4.1",
"tabtab": "0.0.2",
"tar": "2.2.1",
"underscore": "1.8.3",
"underscore-deep-extend": "0.0.5",
"yargs": "9.0.1"
},
"devDependencies": {
"colors": "^1.1.2",
"grunt": "^0.4.5",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-eslint": "^20.1.0",
"grunt-fh-build": "^1.0.2",
"grunt-jsxgettext": "1.0.0",
"grunt-open": "0.2.3",
"grunt-shell": "2.1.0",
"grunt-zanata-js": "1.3.2",
"istanbul": "0.4.5",
"jsxgettext": "0.8.2",
"load-grunt-tasks": "3.5.2",
"nock": "9.0.17",
"proxyquire": "0.4.1",
"time-grunt": "1.4.0",
"turbo-test-runner": "0.3.3"
},
"engines": {
"node": ">=4.4"
},
"scripts": {
"test": "grunt test"
},
"license": "MIT"
}