This repository was archived by the owner on Mar 9, 2022. It is now read-only.
forked from osmlab/to-fix
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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": "Fix-Logging-Roads",
"version": "1.0.0",
"description": "A task manager for fixing logging road data in OpenStreetMap",
"main": "src/index.js",
"dependencies": {
"d3": "^3.5.5",
"leaflet-omnivore": "0.3.2",
"leaflet-osm": "^0.1.0",
"lodash": "^3.10.0",
"lodash.debounce": "^4.0.8",
"mapbox.js": "2.1.9",
"npm": "^3.10.8",
"nuka-carousel": "0.0.19",
"osm-auth": "^0.2.8",
"raven-js": "^1.1.17",
"react": "^0.13.1",
"react-btn-checkbox": "0.0.2",
"react-keybinding": "^1.1.1",
"react-leaflet": "^0.6.2",
"react-router": "^0.13.2",
"react-slick": "^0.8.0",
"react-window-mixins": "0.0.6",
"reflux": "^0.2.7",
"store": "^1.3.17",
"wellknown": "^0.3.1",
"xhr": "2.0.1"
},
"devDependencies": {
"eslint": "^0.16.2",
"hintify": "^0.1.0",
"reactify": "^1.1.0",
"serve": "^1.4.0",
"watchify": "^2.4.0"
},
"scripts": {
"start": "watchify -d -t reactify src/index.js -o dist/bundle.js & serve",
"test": "eslint src/*.js src/components/*.js src/components/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/crowdcover/to-fix.git"
},
"author": "Kristofor Carle",
"license": "BSD",
"bugs": {
"url": "https://github.com/crowdcover/to-fix/issues"
},
"homepage": "https://github.com/crowdcover/to-fix"
}