-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "forward-ferret",
"version": "1.0.1",
"description": "A command-line application for processing UK election data.",
"main": "dist/forward-ferret.js",
"bin": {
"ferret" : "./bin/ferret.js"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.3.19",
"bluebird": "^3.3.5",
"chalk": "^1.1.3",
"change-case": "^2.3.1",
"ftp": "^0.3.10",
"glob": "^7.0.3",
"is-glob": "^2.0.1",
"jsonpath": "^0.2.4",
"knox": "^0.9.2",
"lodash": "^4.12.0",
"meow": "^3.7.0",
"progress": "^1.1.8",
"require-all": "^2.0.0",
"rewire": "^2.5.1",
"superagent": "^2.0.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"aws-sdk-mock": "^1.3.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.5.0",
"jsdoc": "^3.4.0",
"mktemp": "^0.4.0",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"proxyquire": "^1.7.9",
"testdouble": "^1.4.2",
"webpack": "^1.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenNewsLabs/forward-ferret.git"
}
}