-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.15 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
{
"name": "richmondatlas-forcedmigration",
"version": "0.1.0",
"description": "Visualizing forced migration in the American south",
"main": "",
"scripts": {
"start": "gulp",
"dist": "NODE_ENV=production gulp dist"
},
"repository": {
"type": "git",
"url": "git://github.com/stamen/richmond-boilerplate.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/stamen/richmond-boilerplate/issues"
},
"homepage": "https://github.com/stamen/richmond-boilerplate",
"dependencies": {
"bower": "~1.3.12",
"browserify": "^9.0.7",
"browsersugar": "standardpixel/browsersugar.git",
"cartodb-client": "stamen/cartodb-client",
"classnames": "^1.2.0",
"colorbrewer": "0.0.2",
"d3": "^3.5.5",
"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",
"interact.js": "^1.2.4",
"intro.js": "stamen/intro.js.git",
"jshint-stylish": "~1.0.0",
"leaflet": "^0.7.3",
"leaflet-circles-2": "stamen/leaflet-circles-2.git",
"lodash.includes": "^4.1.1",
"lodash.throttle": "^3.0.4",
"main-bower-files": "~2.5.0",
"numeral": "^1.5.3",
"object-assign": "^2.0.0",
"react": "^0.13.1",
"react-addons": "^0.9.1-deprecated",
"react-modal": "^0.2.0",
"react-router": "^0.13.3",
"react-simpletabs": "^0.6.1",
"react-tabs": "^0.1.2",
"reactify": "^1.1.0",
"rimraf": "^2.3.2",
"topojson": "^1.6.19",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0"
}
}