-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.13 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.13 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_args": [
[
"react-typeahead-component@^0.9.0",
"/Users/Targun/devbot/bootler"
]
],
"_from": "react-typeahead-component@>=0.9.0 <0.10.0",
"_id": "react-typeahead-component@0.9.0",
"_inCache": true,
"_installable": true,
"_location": "/react-typeahead-component",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "ezequiel@yahoo.com",
"name": "ezequiel"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "react-typeahead-component",
"raw": "react-typeahead-component@^0.9.0",
"rawSpec": "^0.9.0",
"scope": null,
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-typeahead-component/-/react-typeahead-component-0.9.0.tgz",
"_shasum": "c7c39943c02349d420ef8342e5ea05e45ad5d3b4",
"_shrinkwrap": null,
"_spec": "react-typeahead-component@^0.9.0",
"_where": "/Users/Targun/devbot/bootler",
"author": {
"email": "ezequiel@yahoo.com",
"name": "Ezequiel Rodriguez"
},
"bugs": {
"url": "https://github.com/ezequiel/react-typeahead-component/issues"
},
"dependencies": {},
"description": "Typeahead, written using the React.js library.",
"devDependencies": {},
"directories": {},
"peerDependencies": {
"prop-types": "*",
"create-react-class": "*"
},
"dist": {
"shasum": "c7c39943c02349d420ef8342e5ea05e45ad5d3b4",
"tarball": "http://registry.npmjs.org/react-typeahead-component/-/react-typeahead-component-0.9.0.tgz"
},
"homepage": "https://github.com/ezequiel/react-typeahead-component#readme",
"keywords": [
"autocomplete",
"component",
"react",
"react-component",
"reactjs",
"typeahead"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ezequiel",
"email": "ezequiel@yahoo.com"
}
],
"name": "@bootler/react-typeahead-component",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ezequiel/react-typeahead-component.git"
},
"scripts": {},
"version": "1.3.0"
}