forked from rkit/react-select2-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "react-select2-wrapper",
"version": "0.0.5",
"description": "React component for Select2",
"main": "lib/components/Select2.js",
"scripts": {
"start": "cd examples && node webpack.server.js",
"watch": "cd examples && webpack --watch",
"build": "cd examples && webpack -p",
"compile": "babel --stage 0 -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/rkit/react-select2-wrapper"
},
"keywords": [
"react-component",
"select2",
"tags",
"multiselect",
"select",
"input"
],
"dependencies": {
"react": "^0.13.3",
"select2": "^4.0.0",
"jquery": "^2.1.4"
},
"devDependencies": {
"babel": "^5.8.9",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.4",
"eslint": "^1.0.0",
"eslint-config-airbnb": "^0.0.8",
"eslint-plugin-react": "^3.2.0",
"extract-text-webpack-plugin": "^0.7.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.12.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"author": "Igor Romanov <rkit.ru@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rkit/react-select2-wrapper/issues"
},
"homepage": "https://github.com/rkit/react-select2-wrapper"
}