-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 876 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
{
"name": "arrow-keys-react",
"version": "1.0.6",
"description": "Easily integrate your react component with keyboard arrow keys, with the same configuration used in swipe-react and wheel-react packages.",
"main": "main.js",
"scripts": {
"build": "babel src --out-dir lib --presets=es2015 --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leon-good-life/arrow-keys-react.git"
},
"keywords": [
"arrow",
"keys",
"keyboard",
"react"
],
"author": "leon.good.life",
"license": "MIT",
"bugs": {
"url": "https://github.com/leon-good-life/arrow-keys-react/issues"
},
"homepage": "https://github.com/leon-good-life/arrow-keys-react#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}