UNPKG

1.66 kBJSONView Raw
1{
2 "name": "react-shortcuts",
3 "description": "React shortcuts",
4 "version": "0.10.1",
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 "combokeys": "^2.4.6",
28 "events": "^1.0.2",
29 "invariant": "^2.1.0",
30 "platform": "^1.3.0"
31 },
32 "peerDependencies": {
33 "react": "^0.14.8 || ^15",
34 "react-dom": "^0.14.8 || ^15"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git://github.com/avocode/react-shortcuts.git",
39 "web": "http://github.com/avocode/react-shortcuts"
40 },
41 "bugs": {
42 "url": "http://github.com/avocode/react-shortcuts/issues"
43 },
44 "devDependencies": {
45 "chai": "^3.5.0",
46 "chai-enzyme": "^0.5.0",
47 "cheerio": "^0.20.0",
48 "coffee-coverage": "^0.6.3",
49 "coffee-lint-loader": "0.0.1",
50 "coffee-loader": "^0.7.2",
51 "coffee-script": "^1.9.3",
52 "css-loader": "^0.15.6",
53 "enzyme": "^2.4.1",
54 "istanbul": "^0.3.18",
55 "jsdom": "^8.0.4",
56 "less": "^2.5.1",
57 "less-loader": "^2.2.0",
58 "lodash": "^4.7.0",
59 "mocha": "^2.2.5",
60 "react": "^0.14.8 || ^15",
61 "react-dom": "^0.14.8 || ^15",
62 "simulant": "^0.2.2",
63 "sinon": "^1.17.5",
64 "sinon-chai": "^2.8.0",
65 "style-loader": "^0.12.3",
66 "webpack": "^1.11.0",
67 "webpack-dev-server": "^1.10.1"
68 }
69}