forked from signavio/react-mentions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 824 Bytes
/
bower.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
{
"name": "react-mentions",
"version": "0.1.10",
"homepage": "https://github.com/effektif/react-mentions",
"authors": [
"Jan-Felix Schwarz"
],
"description": "React mentions input",
"main": "./dist/react-mentions.js",
"keywords": [
"react",
"mentions"
],
"devDependencies": {
"react": "https://github.com/jfschwarz/react.git#58b3738edd5454f1a7feccc75fa17f3c36d88de6",
"bootstrap": "~3.3.2",
"font-awesome": "~4.3.0"
},
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"gh-pages",
"bower_components",
"specs",
"modules",
"examples",
"script",
"CONTRIBUTING.md",
"karma.conf.js",
"package.json",
"Gruntfile.js",
"webpack.config.js"
],
"resolutions": {
"react": "58b3738edd5454f1a7feccc75fa17f3c36d88de6"
}
}