-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
39 lines (39 loc) · 972 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
36
37
38
39
{
"name": "react-native-loader",
"version": "1.3.1",
"description": "A collection of loading spinners animated for react native",
"main": "index.js",
"scripts": {
"test": "npm run eslint",
"eslint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohebifar/react-native-waiting.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"waiting",
"loading",
"spinner",
"react-art"
],
"author": "Mohamad Mohebifar",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohebifar/react-native-waiting/issues"
},
"homepage": "https://github.com/mohebifar/react-native-waiting#readme",
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
},
"peerDependencies": {
"@react-native-community/art": "^1.0.3"
}
}