forked from nkbt/react-works
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"name": "react-normalized-select",
"version": "2.0.0",
"description": "Normalized select, returns array of values in multiple mode",
"main": "lib/index.js",
"config": {
"component": "NormalizedSelect"
},
"scripts": {
"start": "../../scripts/start.js",
"prepublish": "npm start -s build"
},
"repository": "https://github.com/nkbt/react-works/tree/master/packages/normalized-select",
"keywords": [
"component",
"react-component",
"react",
"select",
"multiple",
"select-multiple",
"normalized"
],
"author": "Nik Butenko <nik@butenko.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nkbt/react-works/issues",
"email": "nik@butenko.me"
},
"homepage": "https://github.com/nkbt/react-works/tree/master/packages/normalized-select",
"peerDependencies": {
"react": "^15.3.0"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"files": [
"build",
"lib",
"src",
"LICENSE",
"package.json",
"README.md"
]
}