forked from maxs15/react-native-spinkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 715 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 715 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
{
"name": "react-native-spinkit",
"version": "1.1.1",
"description": "A collection of animated loading indicators for React Native",
"main": "index.js",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"spinkit",
"spinner",
"loader",
"indicator"
],
"repository": {
"type": "git",
"url": "git://github.com/maxs15/react-native-spinkit.git"
},
"author": {
"name": "Maxime Mezrahi",
"email": "maxime.mezrahi@gmail.com",
"url": "https://github.com/maxs15"
},
"rnpm": {
"commands": {
"prelink": "node ./node_modules/react-native-spinkit/scripts/rnpm-prelink.js"
}
},
"dependencies": {
"prop-types": "^15.5.8"
}
}