forked from country-regions/react-country-region-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.27 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-country-region-selector",
"version": "1.2.2",
"description": "CountryDropdown and RegionDropdown React components for your forms.",
"main": "lib/rcrs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/benkeen/react-country-region-selector.git"
},
"keywords": [
"country",
"countries",
"regions",
"states",
"provinces",
"counties",
"territories",
"forms",
"dropdowns",
"select boxes",
"react-component"
],
"author": "Ben Keen",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/benkeen/react-country-region-selector/issues"
},
"browserify-shim": {
"react": "global:React"
},
"browserify": {
"transform": [
"reactify"
]
},
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"reactify": "^1.1.1"
},
"devDependencies": {
"country-region-data": "^1.4.0",
"gulp": "^3.9.1",
"gulp-param": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"react-component-gulp-tasks": "^0.7.7",
"run-sequence": "^1.2.1",
"yargs": "^4.7.1"
}
}