UNPKG

1.51 kBJSONView Raw
1{
2 "name": "react-shortcuts",
3 "description": "React shortcuts",
4 "version": "0.8.0",
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 "lodash": "^3.10.1",
31 "mousetrap": "^1.5.3",
32 "platform": "^1.3.0"
33 },
34 "peerDependencies": {
35 "react": "^0.14.3",
36 "react-dom": "^0.14.3"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git://github.com/avocode/react-shortcuts.git",
41 "web": "http://github.com/avocode/react-shortcuts"
42 },
43 "bugs": {
44 "url": "http://github.com/avocode/react-shortcuts/issues"
45 },
46 "devDependencies": {
47 "coffee-coverage": "^0.6.3",
48 "coffee-lint-loader": "0.0.1",
49 "coffee-loader": "^0.7.2",
50 "coffee-script": "^1.9.3",
51 "css-loader": "^0.15.6",
52 "expect": "^1.9.0",
53 "istanbul": "^0.3.18",
54 "jsdom": "^8.0.4",
55 "less": "^2.5.1",
56 "less-loader": "^2.2.0",
57 "mocha": "^2.2.5",
58 "style-loader": "^0.12.3",
59 "webpack": "^1.11.0",
60 "webpack-dev-server": "^1.10.1",
61 "react": "^0.14.3",
62 "react-dom": "^0.14.3"
63 }
64}