-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.88 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
{
"name": "air-supply",
"version": "0.1.2",
"description": "You need data; Air Supply will get it to you.",
"bin": {
"air-supply": "bin/air-supply"
},
"main": "index.js",
"files": [
"dist/**/*",
"src/**/*",
"bin/**/*",
"README.md",
"index.*"
],
"scripts": {
"test": "jest",
"docs": "mkdir -p docs && documentation build -f html -c documentation.yml --github -o docs src/**/* index.js",
"docs:preview": "documentation serve -c documentation.yml --github -w src/**/* index.js",
"docs:publish": "npm run docs && gh-pages -d docs",
"prepublishOnly": "npm run test"
},
"author": "Alan Palazzolo",
"license": "MIT",
"devDependencies": {
"@mapbox/togeojson": "^0.16.0",
"adm-zip": "^0.4.13",
"airtable": "^0.5.8",
"archieml": "^0.4.2",
"csv-parse": "^4.3.1",
"documentation": "^9.1.1",
"dotenv": "^6.2.0",
"epsg": "^0.5.0",
"eslint": "^5.11.1",
"ftp": "^0.3.10",
"gh-pages": "^2.0.1",
"googleapis": "^37.1.0",
"jest": "^23.6.0",
"js-yaml": "^3.12.1",
"prettier": "^1.15.3",
"reproject": "^1.2.3",
"sequelize": "^4.42.0",
"shapefile": "^0.6.6",
"sqlite3": "^4.0.6",
"topojson": "^3.0.2",
"xlsx": "^0.14.1",
"xml2js": "^0.4.19"
},
"dependencies": {
"cosmiconfig": "^5.0.7",
"debug": "^4.1.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"html-entities": "^1.2.1",
"htmlparser2": "^3.10.0",
"json5": "^2.1.0",
"killable": "^1.0.1",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
"object-hash": "^1.3.1",
"opn": "^5.4.0",
"xmldom": "^0.1.27",
"yargs": "^13.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzolo/air-supply.git"
},
"bugs": {
"url": "https://github.com/zzolo/air-supply/issues"
},
"homepage": "https://github.com/zzolo/air-supply#readme"
}