UNPKG

1.51 kBJSONView Raw
1{
2 "name": "react-shortcuts",
3 "description": "React shortcuts",
4 "version": "0.9.2",
5 "license": "MIT",
6 "main": "./",
7 "maintainers": [
8 {
9 "name": "Petr Brzek",
10 "email": "petr@avocode.com"
11 }
12 ],
13 "keywords": [
14 "react",
15 "react-component",
16 "keyboard",
17 "shortcuts",
18 "mousetrap"
19 ],
20 "scripts": {
21 "prepublish": "coffee -o ./ src/",
22 "start": "webpack-dev-server --hot --progress --colors",
23 "test": "mocha && istanbul report text-summary lcov",
24 "fast-test": "mocha"
25 },
26 "dependencies": {
27 "classnames": "^2.1.3",
28 "events": "^1.0.2",
29 "invariant": "^2.1.0",
30 "mousetrap": "^1.5.3",
31 "platform": "^1.3.0"
32 },
33 "peerDependencies": {
34 "react": "^0.14.3",
35 "react-dom": "^0.14.3"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git://github.com/avocode/react-shortcuts.git",
40 "web": "http://github.com/avocode/react-shortcuts"
41 },
42 "bugs": {
43 "url": "http://github.com/avocode/react-shortcuts/issues"
44 },
45 "devDependencies": {
46 "coffee-coverage": "^0.6.3",
47 "coffee-lint-loader": "0.0.1",
48 "coffee-loader": "^0.7.2",
49 "coffee-script": "^1.9.3",
50 "css-loader": "^0.15.6",
51 "expect": "^1.9.0",
52 "istanbul": "^0.3.18",
53 "jsdom": "^8.0.4",
54 "less": "^2.5.1",
55 "less-loader": "^2.2.0",
56 "lodash": "^4.7.0",
57 "mocha": "^2.2.5",
58 "react": "^0.14.3",
59 "react-dom": "^0.14.3",
60 "style-loader": "^0.12.3",
61 "webpack": "^1.11.0",
62 "webpack-dev-server": "^1.10.1"
63 }
64}