UNPKG

1.05 kBJSONView Raw
1{
2 "name": "gekkou-react-native",
3 "version": "2.0.1",
4 "description": "The gekkou Wikia chat library, adapted for use with React Native Projects",
5 "main": "./",
6 "engines": {
7 "node": ">=4.0.0"
8 },
9 "scripts": {
10 "eslint": "eslint --fix lib index.js && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[39m\u001b[22m\""
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://gitlab.com/TheNozomi/gekkou-react-native.git"
15 },
16 "keywords": [
17 "api",
18 "wikia",
19 "fandom",
20 "gekkou",
21 "tsuki-studios",
22 "react",
23 "react-native"
24 ],
25 "author": "Tsuki Studios",
26 "contributors": [
27 "blehh",
28 "Unai01",
29 "TheNozomi"
30 ],
31 "license": "MIT",
32 "dependencies": {
33 "eventemitter3": "^3.0.1",
34 "socket.io-client": "^2.0.4"
35 },
36 "bugs": {
37 "url": "https://gitlab.com/TheNozomi/gekkou-react-native/issues"
38 },
39 "homepage": "https://gitlab.com/TheNozomi/gekkou-react-native#readme",
40 "directories": {
41 "example": "examples",
42 "lib": "lib"
43 }
44}