-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 970 Bytes
/
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
{
"name": "react-dropdown-multiselect",
"version": "1.0.0",
"description": "React multiselect dropdown component",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/ahstro/react-dropdown-multiselect.git"
},
"keywords": [
"react",
"react-component",
"component",
"dropdown",
"multiselect",
"multi",
"select"
],
"author": {
"name": "Anton Strömkvist",
"email": "[email protected]",
"url": "http://ahst.ro"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ahstro/react-dropdown-multiselect/issues"
},
"homepage": "https://github.com/ahstro/react-dropdown-multiselect",
"peerDependencies": {
"react": "^0.14.0 || ^15",
"react-dom": "^0.14.0 || ^15"
},
"dependencies": {
"classnames": "^2.1.3"
},
"devDependencies": {
"babel": "^4.7.16",
"watchify": "^2.6.0"
},
"scripts": {
"build": "babel index.js > dist/index.js"
}
}