-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "react-native-customer-review-bars",
"version": "1.0.7",
"description": "A customizables ListView that allows you to display customer review scale",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && tape test/*.test.js",
"lint": "standard"
},
"keywords": [
"customer",
"bars",
"review",
"react",
"native",
"react-native",
"customer-review",
"review-bars",
"rating"
],
"author": "Suraj Sanwal",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/surajSanwal/react-native-customer-review-bars.git"
},
"bugs": {
"url": "https://github.com/surajSanwal/react-native-customer-review-bars.git/issues"
},
"homepage": "https://github.com/surajSanwal/react-native-customer-review-bars.git#readme",
"dependencies": {
"react-native-animatable": "^1.3.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"prop-types": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"reify": "^0.20.12",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"standard": {
"parser": "babel-eslint"
}
}