forked from conveyal/react-select-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "react-select-geocoder",
"description": "Geocoder that uses react-select.",
"main": "./build/index",
"engines": {
"node": ">=6",
"npm": ">=3"
},
"scripts": {
"cover": "mastarm test --coverage --coverage-paths index.js",
"lint": "mastarm lint",
"prepublish": "mastarm prepublish index.js:build/index.js",
"prestart": "yarn",
"start": "mastarm build --serve example.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "mastarm lint && mastarm test"
},
"repository": {
"type": "git",
"url": "https://github.com/conveyal/react-select-geocoder"
},
"keywords": [
"react",
"mapzen",
"geocoder"
],
"author": "Conveyal",
"license": "MIT",
"bugs": {
"url": "https://github.com/conveyal/react-select-geocoder/issues"
},
"homepage": "https://github.com/conveyal/react-select-geocoder",
"devDependencies": {
"enzyme": "^2.9.0",
"enzyme-to-json": "^1.5.1",
"mastarm": "^3.11.0",
"nock": "^9.0.13",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"semantic-release": "^6.3.6"
},
"dependencies": {
"isomorphic-mapzen-search": "^1.3.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react-select": "^1.0.0-rc.5"
},
"peerDependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"standard": {
"parser": "babel-eslint"
}
}