-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
58
59
{
"name": "material-ui-places",
"version": "1.1.7",
"description": "Wrapper on top of the material-ui AutoComplete component that use google place api",
"main": "lib/material-ui-places.min.js",
"scripts": {
"build": "webpack --env.mode=build",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha ./test/.setup.js ./test/**/*.spec.js"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "^6.16.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.3.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "3.5.0",
"enzyme": "^2.8.2",
"eslint": "3.16.1",
"eslint-loader": "1.6.3",
"eslint-plugin-react": "^6.4.1",
"jsdom": "^9.6.0",
"material-ui": "^0.17.0",
"mocha": "3.2.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-tap-event-plugin": "^2.0.1",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.6",
"webpack": "2.2.1",
"yargs": "6.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ydeshayes/googlePlaceAutocomplete.git"
},
"keywords": [
"google place",
"place",
"location",
"autoComplete",
"material-ui",
"React",
"ReactJS",
"select",
"google api"
],
"author": "Yann Deshayes",
"bugs": {
"url": "https://github.com/ydeshayes/googlePlaceAutocomplete/issues"
},
"homepage": "https://github.com/ydeshayes/googlePlaceAutocomplete"
}