forked from akveo/react-native-ui-kitten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 892 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
{
"name": "react-native-ui-kitten",
"version": "2.0.1",
"description": "React Native components",
"author": "akveo",
"homepage": "https://akveo.github.io/react-native-ui-kitten/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "wintersmith build -C docs ",
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build"
},
"license": "MIT",
"dependencies": {
"gh-pages": "^0.12.0",
"hoist-non-react-statics": "^2.0.0",
"markdown-it": "^8.2.0",
"prop-types": "^15.5.10",
"wintersmith": "^2.3.3",
"wolfy87-eventemitter": "^5.1.0"
},
"peerDependencies": {
"react-native": ">=0.42"
},
"repository": {
"type": "git",
"url": "https://github.com/akveo/react-native-ui-kitten.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
}
}