forked from mapbox/react-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "react-geocoder-mapbox",
"version": "2.5.12",
"description": "a mapbox geocoder component",
"main": "lib/index.js",
"scripts": {
"test": "tape test.js",
"start": "watchify example/site.js -o example/bundle.js & st -nc",
"build": "babel src -d ./lib"
},
"repository": "mapbox/react-geocoder.git",
"keywords": [
"react",
"react-component",
"geocoder",
"flux",
"mapbox",
"geo"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/react-geocoder/issues"
},
"homepage": "https://github.com/mapbox/react-geocoder",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-preset-env": "^2.0.0-beta.2"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}