forked from reactjs/react-tabs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 921 Bytes
/
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
{
"name": "react-tabs",
"version": "0.5.3",
"description": "React tabs component [FORK]",
"main": "dist/main.js",
"scripts": {
"bundle": "babel lib --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/entwicklerstube/react-tabs.git"
},
"author": "Michael J. Zoidl",
"license": "MIT",
"bugs": {
"url": "https://github.com/entwicklerstube/react-tabs/issues"
},
"homepage": "https://github.com/entwicklerstube/react-tabs",
"keywords": [
"react",
"tabs",
"a11y",
"react-component"
],
"peerDependencies": {
"react-dom": "^15.0.1"
},
"devDependencies": {
"rackt-cli": "^0.5.4",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-modal": "rackt/react-modal"
},
"files": [
"dist"
],
"dependencies": {
"classnames": "^2.2",
"js-stylesheet": "^0.0.1"
}
}