-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "austingreenmap",
"version": "0.0.1",
"description": "Mapping Austin parks",
"main": "index.js",
"homepage": "http://open-austin.github.io/austingreenmap/",
"repository": "https://github.com/open-austin/austingreenmap",
"author": "Open Austin",
"scripts": {
"start": "gulp clean && gulp"
},
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"babelify": "^6.1.2",
"browserify": "^9.0.3",
"envify": "~1.2.1",
"eslint": "^1.0.0",
"eslint-plugin-react": "^3.1.0",
"gulp": "~3.9.0",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.1.7",
"gulp-connect": "~2.0.5",
"gulp-gh-pages": "^0.5.2",
"gulp-html-replace": "^1.5.1",
"gulp-postcss": "^4.0.3",
"gulp-print": "^1.1.0",
"gulp-sass": "*",
"gulp-sourcemaps": "^1.5.0",
"gulp-symlink": "^2.1.0",
"gulp-util": "^3.0.4",
"gulp-wait": "0.0.2",
"gulp-watch": "~0.6.5",
"reactify": "^1.0.0",
"stringify": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"dependencies": {
"component-ajax": "0.0.2",
"flux": "^2.0.1",
"leaflet": "^0.7.3",
"leaflet.label": "git+ssh://git@github.com:Leaflet/Leaflet.label.git",
"lodash": "^3.9.3",
"lodash.memoize": "^3.0.4",
"moment": "^2.9.0",
"protobufjs": "^3.8.2",
"react": "~0.13.0",
"react-leaflet": "^0.6.1",
"react-leaflet-geojson-cluster": "0.0.6",
"react-select": "^0.5.4",
"topojson": "^1.6.19",
"turf": "^2.0.2",
"when": "^3.7.3"
}
}