forked from JedWatson/react-select
-
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) · 959 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 959 Bytes
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-select",
"version": "0.0.5",
"description": "A Select control built with and for React",
"main": "lib/select.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-select.git"
},
"dependencies": {
"underscore": "~1.7.0",
"react": "~0.11.2"
},
"devDependencies": {
"browserify": "~5.11.2",
"browserify-shim": "3.7.0",
"chalk": "~0.5.1",
"del": "~0.1.3",
"gulp": "~3.8.8",
"gulp-gh-pages": "^0.3.4",
"gulp-less": "~1.3.5",
"gulp-util": "~3.0.1",
"merge-stream": "~0.1.5",
"reactify": "~0.14.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~1.0.2"
},
"browserify-shim": {
"react": "global:React",
"underscore": "_"
},
"scripts": {
"test": "echo \"no tests yet\" && exit 0"
},
"tags": [
"react",
"react-component",
"combobox",
"select",
"ui"
]
}