-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.92 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
{
"name": "richmondatlas-foreignborn",
"version": "0.0.0",
"description": "Foreign born migration to the United States",
"main": "",
"scripts": {
"start": "gulp",
"dist": "gulp dist"
},
"repository": {
"type": "git",
"url": "[email protected]:americanpanorama/panorama-foreignborn.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/americanpanorama/panorama-foreignborn/issues"
},
"homepage": "https://github.com/americanpanorama/panorama-foreignborn",
"dependencies": {
"bower": "~1.3.12",
"browserify": "^9.0.7",
"cartodb-client": "stamen/cartodb-client.git",
"classnames": "^1.2.0",
"d3": "^3.5.5",
"d3-geo-projection": "0.2.16",
"deepcopy": "^0.5.0",
"es6-promise": "",
"escape-string-regexp": "~1.0.2",
"flux": "^2.0.1",
"flux-react": "^2.6.5",
"glob": "^5.0.3",
"gulp": "~3.8.11",
"gulp-autopolyfiller": "~1.2.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.5",
"gulp-jasmine2-phantomjs": "^0.2.0",
"gulp-jshint": "~1.9.2",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-watch": "~3.0.0",
"immutable": "^3.7.4",
"intro.js": "stamen/intro.js.git",
"jshint-stylish": "~1.0.0",
"leaflet": "^0.7.3",
"main-bower-files": "~2.5.0",
"node-sass": "^3.3.3",
"object-assign": "^2.0.0",
"proj4": "",
"react": "^0.13.1",
"react-addons": "^0.9.1-deprecated",
"react-modal": "^0.2.0",
"react-typeahead": "stamen/react-typeahead.git",
"reactify": "^1.1.0",
"rimraf": "^2.3.2",
"seamless-immutable": "",
"topojson": "^1.6.19",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}