-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
64 lines (64 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-menu",
"version": "0.0.10",
"description": "Accessible menu component for React.JS",
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/instructure-react/react-menu.git"
},
"homepage": "https://github.com/instructure-react/react-menu",
"bugs": "https://github.com/instructure-react/react-menu/issues",
"directories": {
"example": "examples"
},
"scripts": {
"test": "scripts/test --browsers Chrome --single-run",
"start": "scripts/dev-examples"
},
"authors": [
"Jason Madsen"
],
"license": "MIT",
"devDependencies": {
"babel-core": "6.13.2",
"babel-loader": "6.2.4",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"envify": "3.4.0",
"expect": "1.14.0",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-cli": "0.1.2",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.1",
"karma-webpack": "1.8.0",
"lodash.assign": "^4.1.0",
"mocha": "2.4.5",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"rf-release": "0.4.0",
"uglify-js": "2.6.1",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"tags": [
"react",
"menu",
"dropdown"
],
"keywords": [
"react",
"react-component",
"menu",
"dropdown"
],
"dependencies": {
"js-stylesheet": "0.0.1"
}
}