-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 760 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 760 Bytes
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
36
{
"name": "react-mobile-swiper",
"version": "1.1.3",
"description": "a swiper component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "https://github.com/hardtogit/react-mobile-swiper"
},
"keywords": [
"react",
"swiper",
"react-swiper",
"component",
"carousel"
],
"files": [
"lib"
],
"author": "413401168@qq.com",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"react": "^16.2.0"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}