-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.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
{
"name": "react-multiple-select-box",
"version": "1.0.18",
"description": "a react multiple treeview select supports async load and hierarchy display",
"main": "index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "mkdir dist & NODE_ENV=production webpack",
"test": "node dist/react-multiple-select-box.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wheatma/react-multiple-select-box.git"
},
"keywords": [
"react",
"multiple",
"treeview",
"select",
"async-load",
"hierarchy"
],
"author": "wheatma",
"license": "MIT",
"bugs": {
"url": "https://github.com/wheatma/react-multiple-select-box/issues"
},
"homepage": "https://github.com/wheatma/react-multiple-select-box#readme",
"dependencies": {
"react": ">0.14.0"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-function-bind": "^6.5.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.9"
}
}