-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 KB
/
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
44
45
46
47
48
49
{
"name": "react-panels",
"version": "2.5.2",
"description": "React.js panel component with tabs, toolbars, buttons, floating windows and customizable themes",
"repository": {
"type": "git",
"url": "https://github.com/Theadd/react-panels.git"
},
"keywords": [
"react",
"panel",
"widget",
"window",
"tabbed",
"javascript",
"browser",
"react-component"
],
"author": {
"name": "theadd",
"url": "https://github.com/Theadd/"
},
"bugs": {
"url": "https://github.com/Theadd/react-panels/issues"
},
"homepage": "http://theadd.github.io/react-panels/",
"license": "MIT",
"files": [
"README.md",
"addons.js",
"index.js",
"dist/"
],
"main": "index.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-react": "^0.10.0"
},
"dependencies": {
"react": "15.0.2",
"react-dom": "15.0.2",
"react-addons-update": "15.0.2",
"react-addons-css-transition-group": "15.0.2"
}
}