-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
38 lines (38 loc) · 974 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
{
"name": "react-native-sidebar",
"version": "0.3.0",
"description": "A react-native Animated based sidebar (aka drawer) solution.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test",
"test": "mocha --recursive",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --recursive"
},
"author": "Christoph Jerolimov",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bringnow/react-native-sidebar.git"
},
"bugs": {
"url": "https://github.com/bringnow/react-native-sidebar/issues"
},
"homepage": "https://github.com/bringnow/react-native-sidebar#readme",
"keywords": [
"react-native",
"react-component",
"android",
"ios",
"sidebar",
"sidemenu",
"drawer"
],
"dependencies": {},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"coveralls": "^2.11.4",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
}
}