-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "material-ui-autocomplete-google-places",
"version": "2.3.0",
"description": "npm package to use material ui autcomplete with google places autocomplete feature",
"main": "lib/index.js",
"scripts": {
"start": "node app.js",
"build": "babel src --out-dir lib",
"watch": "npm run build -- -w"
},
"peerDependencies": {
"material-ui": "^0.17.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^2.0.0"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"keywords": [
"google places",
"material-ui",
"react"
],
"author": "autumn smith / github.com/sautumn",
"license": "MIT",
"bugs": {
"url": "https://github.com/sautumn/material-ui-autocomplete-google-places/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sautumn/material-ui-autocomplete-google-places.git"
}
}