-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 961 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-tray",
"version": "2.0.4",
"description": "An accessible tray component useful for navigation menus",
"main": "lib/main.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "rackt test --single-run --browsers Firefox",
"start": "rackt server"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/react-tray.git"
},
"keywords": [
"react",
"tray",
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure-react/react-tray/issues"
},
"homepage": "https://github.com/instructure-react/react-tray",
"dependencies": {
"classnames": "^2.2.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"rackt-cli": "^0.8.0",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0"
}
}