This repository was archived by the owner on Oct 17, 2020. It is now read-only.
forked from uscensusbureau/citysdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "citysdk-node",
"version": "0.2.0",
"description": "Toolbox for civic innovators to connect local and national public data.",
"repository": {
"type": "git",
"url": "git+https://github.com/uscensusbureau/citysdk.git"
},
"keywords": [
"citysdk",
"city-sdk",
"census"
],
"author": "US Census Bureau",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/uscensusbureau/citysdk/issues"
},
"homepage": "http://uscensusbureau.github.io/citysdk/",
"dependencies": {
"basic-auth": "^1.0.4",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"jquery": "3.2.1",
"promise": "^7.1.1",
"request": "^2.72.0",
"terraformer": "^1.0.5",
"terraformer-arcgis-parser": "^1.0.4"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"rollup": "^0.26.3",
"rollup-plugin-babel": "^2.5.1",
"rollup-plugin-json": "^2.0.0"
}
}