forked from reactjs/react-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 960 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
{
"name": "react-tabs",
"version": "0.5.3",
"description": "React tabs component",
"main": "lib/main.js",
"scripts": {
"test": "./node_modules/.bin/rackt test --single-run --browsers Firefox",
"start": "./node_modules/.bin/rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/rackt/react-tabs.git"
},
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/rackt/react-tabs/issues"
},
"homepage": "https://github.com/rackt/react-tabs",
"keywords": [
"react",
"tabs",
"a11y",
"react-component"
],
"peerDependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"rackt-cli": "^0.5.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-modal": "rackt/react-modal",
"react-addons-test-utils": "^0.14.7"
},
"dependencies": {
"classnames": "^2.2",
"js-stylesheet": "^0.0.1"
}
}