-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 828 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
31
32
33
34
35
{
"name": "coverflow-react",
"version": "0.1.28",
"license": "MIT",
"author": "leon.good.life",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leon-good-life/coverflow-react.git"
},
"dependencies": {
"arrow-keys-react": "^1.0.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"swipe-react": "^1.0.3",
"wheel-react": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1"
},
"scripts": {
"build": "babel src --out-dir lib --presets=react,es2015 --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"coverflow",
"react",
"react coverflow",
"carousel",
"cover flow"
]
}