-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
61 lines (61 loc) · 1.4 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-drawer-menu",
"version": "0.2.5",
"scripts": {
"start": "react-native start",
"ios": "react-native run-ios",
"android": "react-native run-android",
"test": "jest",
"coverage": "cat ./coverage/lcov.info | coveralls",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"main": "Drawer/index.js",
"author": {
"name": "wytiny",
"url": "http://wytiny.com"
},
"maintainers": [
{
"name": "wytiny",
"email": "zjutiny@gmail.com"
}
],
"bugs": {
"url": "https://github.com/Tinysymphony/react-native-drawer-menu/issues"
},
"homepage": "https://github.com/Tinysymphony/react-native-drawer-menu#readme",
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^15.4.2",
"react-native": "^0.41.2"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"coveralls": "^2.11.16",
"cz-conventional-changelog": "^1.2.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"istanbul": "^0.4.5",
"jest": "21.2.1",
"react": "^16.1.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"react-native": "^0.50.0",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native",
"verbose": true,
"collectCoverage": true,
"moduleFileExtensions": [
"js"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT"
}